Lagom: Remove debug line in LibJSGCVerifier

This commit is contained in:
Matthew Olsson 2023-03-06 16:31:37 -07:00 committed by Andreas Kling
parent b5f01bd212
commit 0c7eac8d9a
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00

View file

@ -46,9 +46,6 @@ for containing_path in PATHS_TO_SEARCH:
paths.append(Path(root) / file)
# paths = ['/home/matthew/code/serenity/Userland/Libraries/LibJS/Runtime/Set.h']
def thread_init():
signal.signal(signal.SIGINT, signal.SIG_IGN)