videoQuota: Remove extra log stuff
This commit is contained in:
parent
dc6399dc36
commit
1fd1a0df7b
|
@ -10,12 +10,6 @@
|
|||
|
||||
import sys
|
||||
import subprocess
|
||||
import logging
|
||||
|
||||
import coloredlogs
|
||||
|
||||
coloredlogs.install(level="DEBUG", fmt="%(levelname)s %(message)s")
|
||||
log = logging.getLogger()
|
||||
|
||||
|
||||
def duration_file(path: str) -> float:
|
||||
|
|
Loading…
Reference in a new issue