refactor: remove accidental print statment

This commit is contained in:
2026-01-27 23:31:50 +00:00
parent eb47077b8c
commit 338de19d57
2 changed files with 0 additions and 2 deletions

View File

@@ -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:

View File

@@ -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)