Delete debugging traces

This commit is contained in:
kale4eat
2024-03-06 22:38:44 +09:00
parent ed90af1b87
commit 419d0e5bed

View File

@@ -103,9 +103,6 @@ def initialize(port: int = WOKER_PORT):
# when the process is killed
def signal_handler(signum, frame):
with open("signal_handler.txt", mode="w") as f:
pass
terminate()
signal.signal(signal.SIGTERM, signal_handler)