Print

Print


Commit in lcio/src/python on MAIN
write_test.py+2-21.3 -> 1.4
JM: Remove debug print.

lcio/src/python
write_test.py 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- write_test.py	24 Mar 2006 05:18:34 -0000	1.3
+++ write_test.py	25 Oct 2006 23:41:19 -0000	1.4
@@ -3,11 +3,11 @@
 import lcio
 import gc
 
-print dir(lcio)
+#print dir(lcio)
 
 # Factory
 fac=lcio.LCFactory.getInstance()
-print repr(fac)
+#print repr(fac)
 
 # LCWriter
 writer=fac.createLCWriter()
CVSspam 0.2.8