Author: dmeyer
Date: Fri Apr  7 20:25:29 2006
New Revision: 1391

Modified:
   trunk/base/src/db.py

Log:
remove debug

Modified: trunk/base/src/db.py
==============================================================================
--- trunk/base/src/db.py        (original)
+++ trunk/base/src/db.py        Fri Apr  7 20:25:29 2006
@@ -192,12 +192,10 @@
                 pickled_attrs = cPickle.loads(str(pickle))
                 if has_ic_attrs:
                     for key in [ k[2:] for k in pickled_attrs.keys() if 
k.startswith("__") ]:
-                        print key
                         pickled_attrs[key] = pickled_attrs["__" + key]
                         del pickled_attrs["__" + key]
 
                 extra = tuple([ pickled_attrs.get(x) for x in pickled_columns 
])
-                print extra
             else:
                 extra = extra_dummy
             yield [ (row + extra)[cmap[col]] for col in columns ]


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to