[Zope-Checkins] CVS: Products/DCOracle2/DCOracle2 - DCOracle2.py:1.81

Matthew T. Kromer matt@zope.com
Fri, 8 Feb 2002 11:59:20 -0500


Update of /cvs-repository/Products/DCOracle2/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv13847

Modified Files:
	DCOracle2.py 
Log Message:
Remove extraneous print


=== Products/DCOracle2/DCOracle2/DCOracle2.py 1.80 => 1.81 ===
             t = type(v)
 
-            print DateConversion
-
             if t == dco2.CursorType:
                 v = cursor(v)
                 v.description = v.describe()