[Jifty-commit] r5386 - Runops-Hook/trunk

Jifty commits jifty-commit at lists.jifty.org
Wed May 7 11:13:16 EDT 2008


Author: nothingmuch
Date: Wed May  7 11:13:15 2008
New Revision: 5386

Modified:
   Runops-Hook/trunk/Hook.xs

Log:
remove printf

Modified: Runops-Hook/trunk/Hook.xs
==============================================================================
--- Runops-Hook/trunk/Hook.xs	(original)
+++ Runops-Hook/trunk/Hook.xs	Wed May  7 11:13:15 2008
@@ -191,8 +191,6 @@
 			{
 				SV **mark = PL_stack_base + TOPMARK + 2; dORIGMARK;
 
-				printf("bin listop SP=%p, orig_sp=%p, topmark=%p, mark=%p\n", SP, orig_sp, TOPMARK, mark);
-
 				SV **lastlelem = orig_sp;
 				SV **lastrelem = PL_stack_base + *(PL_markstack_ptr-1);
 				SV **firstrelem = PL_stack_base + *(PL_markstack_ptr-2) + 1;


More information about the Jifty-commit mailing list