dabo Commit
Revision 5015
Date: 2009-02-02 10:13:02 -0800 (Mon, 02 Feb 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5015

Changed:
U   trunk/dabo/db/dCursorMixin.py

Log:
Removed some debug output (sorry if they were still being used, but I don't
think they were).



Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py       2009-02-02 04:05:01 UTC (rev 5014)
+++ trunk/dabo/db/dCursorMixin.py       2009-02-02 18:13:02 UTC (rev 5015)
@@ -1298,9 +1298,6 @@
                recKey = self.pkExpression(rec)
                newrec = kons.CURSOR_TMPKEY_FIELD in rec
                
-               print "newrec = ", newrec
-               print "recKey = ", recKey
-               
                newPKVal = None
                if newrec and self.AutoPopulatePK:
                        # Some backends do not provide a means to retrieve



_______________________________________________
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