diff src/c/urweb.c @ 591:8f8771f32909

Injecting a float
author Adam Chlipala <adamc@hcoop.net>
date Thu, 01 Jan 2009 15:59:02 -0500
parents 3d56940120b1
children 889dc9fceb3a
line wrap: on
line diff
--- a/src/c/urweb.c	Thu Jan 01 15:11:17 2009 -0500
+++ b/src/c/urweb.c	Thu Jan 01 15:59:02 2009 -0500
@@ -363,7 +363,6 @@
     ctx->script_front = new_script + (ctx->script_front - ctx->script);
     ctx->script_back = new_script + next;
     ctx->script = new_script;
-    printf("new_script = %p\n", new_script);
   }
 }