dabo Commit
Revision 3084
Date: 2007-04-24 12:09:50 -0700 (Tue, 24 Apr 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3084

Changed:
U   trunk/dabo/lib/connParser.py

Log:
Removed debugging output.


Diff:
Modified: trunk/dabo/lib/connParser.py
===================================================================
--- trunk/dabo/lib/connParser.py        2007-04-24 19:09:17 UTC (rev 3083)
+++ trunk/dabo/lib/connParser.py        2007-04-24 19:09:50 UTC (rev 3084)
@@ -34,8 +34,6 @@
        def characters(self, content):
                if self.element:
                        if self.currDict.has_key(self.element):
-                               print "ADDING CONTENT", content
-                               print "\tto:", self.currDict[self.element]
                                self.currDict[self.element] += content
                        
        





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to