dabo Commit
Revision 7145
Date: 2012-04-25 12:56:48 -0700 (Wed, 25 Apr 2012)
Author: Ed
Trac: http://trac.dabodev.com/changeset/7145

Changed:
U   trunk/ide/ClassDesigner.py

Log:
Removed debugging output

Diff:
Modified: trunk/ide/ClassDesigner.py
===================================================================
--- trunk/ide/ClassDesigner.py  2012-04-25 19:52:38 UTC (rev 7144)
+++ trunk/ide/ClassDesigner.py  2012-04-25 19:56:48 UTC (rev 7145)
@@ -1757,8 +1757,6 @@
                                        obj = cls(frm)
                        for prop in obj.DesignerProps:
                                ret[prop] = getattr(obj, prop)
-                       if issubclass(cls, dui.dColumn):
-                               print "PREC", ret["Caption"], ret["Precision"]
                        self._classDefaultVals[cls] = ret
                        if cleanup:
                                exec cleanup in locals()



_______________________________________________
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/[email protected]

Reply via email to