[Zope3-checkins] CVS: Zope3/src/zope/fssync - fsbundle.py:1.3

Fred L. Drake, Jr. fred at zope.com
Thu Aug 28 14:22:31 EDT 2003


Update of /cvs-repository/Zope3/src/zope/fssync
In directory cvs.zope.org:/tmp/cvs-serv6730

Modified Files:
	fsbundle.py 
Log Message:
remove debugging print


=== Zope3/src/zope/fssync/fsbundle.py 1.2 => 1.3 ===
--- Zope3/src/zope/fssync/fsbundle.py:1.2	Fri Aug 15 18:23:15 2003
+++ Zope3/src/zope/fssync/fsbundle.py	Thu Aug 28 13:22:30 2003
@@ -37,7 +37,6 @@
     # bundle operations
 
     def create(self, path, type, factory, source=None):
-        print (path, source)
         if os.path.exists(path):
             raise Error("%r already exists", path)
         dir, name = os.path.split(path)




More information about the Zope3-Checkins mailing list