mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Lagom: Remove debug line in LibJSGCVerifier
This commit is contained in:
parent
b5f01bd212
commit
0c7eac8d9a
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/mattco98 Commit: https://github.com/SerenityOS/serenity/commit/0c7eac8d9a Pull-request: https://github.com/SerenityOS/serenity/pull/17743 Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 3 deletions
|
@ -46,9 +46,6 @@ for containing_path in PATHS_TO_SEARCH:
|
||||||
paths.append(Path(root) / file)
|
paths.append(Path(root) / file)
|
||||||
|
|
||||||
|
|
||||||
# paths = ['/home/matthew/code/serenity/Userland/Libraries/LibJS/Runtime/Set.h']
|
|
||||||
|
|
||||||
|
|
||||||
def thread_init():
|
def thread_init():
|
||||||
signal.signal(signal.SIGINT, signal.SIG_IGN)
|
signal.signal(signal.SIGINT, signal.SIG_IGN)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue