refactor: remove accidental print statment
This commit is contained in:
@@ -4,7 +4,6 @@ import datetime
|
|||||||
import subprocess
|
import subprocess
|
||||||
import json
|
import json
|
||||||
|
|
||||||
from rewind.paths import load_config
|
|
||||||
from rewind.state import load_state
|
from rewind.state import load_state
|
||||||
|
|
||||||
def clip(seconds_from_end: float) -> None:
|
def clip(seconds_from_end: float) -> None:
|
||||||
|
|||||||
@@ -94,7 +94,6 @@ class Handler(FileSystemEventHandler):
|
|||||||
print(f"Added new file to state: {event.src_path}")
|
print(f"Added new file to state: {event.src_path}")
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
print("NEW")
|
|
||||||
signal.signal(signal.SIGINT, handle_shutdown)
|
signal.signal(signal.SIGINT, handle_shutdown)
|
||||||
signal.signal(signal.SIGTERM, handle_shutdown)
|
signal.signal(signal.SIGTERM, handle_shutdown)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user