summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-08 03:21:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-08 03:21:21 +0000
commite8bf824c5cf7cacf8b088f07d173346b5ec6bc0c (patch)
tree662963dc1b4cfa933a1835f1abb3ac5ca6362044 /eval.c
parentc9d51e1294ca6d66beb152dce030d95f95a74988 (diff)
eval.c remove debug printf
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 5f984e0958..cfad6c625d 100644
--- a/eval.c
+++ b/eval.c
@@ -6640,7 +6640,6 @@ rb_thread_schedule()
rb_thread_ready(next);
next->status = THREAD_TO_KILL;
}
- printf("<0x%x>\n", next);
if (next->status == THREAD_RUNNABLE && next == curr_thread) {
return;
}