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: