commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6625 - trunk/gnue-reports/src/client


From: johannes
Subject: r6625 - trunk/gnue-reports/src/client
Date: Fri, 5 Nov 2004 02:09:52 -0600 (CST)

Author: johannes
Date: 2004-11-05 02:09:51 -0600 (Fri, 05 Nov 2004)
New Revision: 6625

Modified:
   trunk/gnue-reports/src/client/GRRunUI.py
Log:
Removed debug-output to test.gfd


Modified: trunk/gnue-reports/src/client/GRRunUI.py
===================================================================
--- trunk/gnue-reports/src/client/GRRunUI.py    2004-11-04 16:04:01 UTC (rev 
6624)
+++ trunk/gnue-reports/src/client/GRRunUI.py    2004-11-05 08:09:51 UTC (rev 
6625)
@@ -239,12 +239,6 @@
 
     code.append ("</form>")
 
-    # this is for debugging atm
-    x = open ('test.gfd', 'w')
-    for item in code:
-      x.write ("%s\n" % item)
-    x.close ()
-
     # Prepare a buffer with the form's code and set it's position to the start
     result = StringIO.StringIO ()
     result.writelines (code)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]