Skip to content

Commit 9a8dd67

Browse files
committed
Remove debug stub
1 parent 87f0f9a commit 9a8dd67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/signal.c

-1
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,6 @@ ScmObj Scm__GetSignalInfo()
10591059
SCM_APPEND1(h, t, SCM_LIST2(name, SCM_MAKE_INT(num)));
10601060
#endif
10611061
#if defined(GC_THREADS)
1062-
fprintf(stderr, "zon\n");
10631062
num = GC_get_suspend_signal();
10641063
if (num >= 0) {
10651064
name = SCM_MAKE_STR("SIG_SUSPEND");

0 commit comments

Comments
 (0)