[svn:parrot] r36428 - trunk/src

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sun Feb 8 01:13:20 UTC 2009


Author: NotFound
Date: Sun Feb  8 01:13:19 2009
New Revision: 36428
URL: https://trac.parrot.org/parrot/changeset/36428

Log:
[debugger] delete a diagnostic message commited by mistake

Modified:
   trunk/src/debug.c

Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c	Sun Feb  8 01:09:46 2009	(r36427)
+++ trunk/src/debug.c	Sun Feb  8 01:13:19 2009	(r36428)
@@ -1270,7 +1270,6 @@
         Parrot_PCCINVOKE(interp->debugger,
             stdin, readline,
             "S->S", prompt, & s);
-        fprintf(stderr, "Hi\n");
         {
         char * aux = Parrot_str_to_cstring(interp->debugger, s);
         strcpy(c, aux);


More information about the parrot-commits mailing list