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