perl.cvs.mod_parrot
[Top] [All Lists]

[svn:mod_parrot] r354 - mod_parrot/trunk/lib/ModParrot/HLL

Subject: [svn:mod_parrot] r354 - mod_parrot/trunk/lib/ModParrot/HLL
From: jhorwitz@xxxxxxxxxxxx
Date: Tue, 24 Jun 2008 11:05:05 -0700 (PDT)
Newsgroups: perl.cvs.mod_parrot

Author: jhorwitz
Date: Tue Jun 24 11:05:04 2008
New Revision: 354

Modified:
   mod_parrot/trunk/lib/ModParrot/HLL/lolcode.pir

Log:
remove debugging output


Modified: mod_parrot/trunk/lib/ModParrot/HLL/lolcode.pir
==============================================================================
--- mod_parrot/trunk/lib/ModParrot/HLL/lolcode.pir      (original)
+++ mod_parrot/trunk/lib/ModParrot/HLL/lolcode.pir      Tue Jun 24 11:05:04 2008
@@ -99,7 +99,6 @@
     $P0 = query[key]
     $S0 = key
     $S1 = upcase $S0
-    r.log_rerror('lolcode', 0, 0, $S1)
     set_hll_global $S1, $P0
     goto query_loop
   query_loop_end:

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:mod_parrot] r354 - mod_parrot/trunk/lib/ModParrot/HLL, jhorwitz <=