[SCM] morituri/master: remove prints

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:08:53 UTC 2014


The following commit has been merged in the master branch:
commit 4e62448000788eb7757bc12a9276aa8c60461810
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sun May 3 17:05:32 2009 +0000

    remove prints

diff --git a/morituri/common/common.py b/morituri/common/common.py
index 32fc23d..f3c0106 100644
--- a/morituri/common/common.py
+++ b/morituri/common/common.py
@@ -109,7 +109,6 @@ class Persister(object):
         self.object = object
         (fd, path) = tempfile.mkstemp(suffix='.morituri.pickle')
         handle = os.fdopen(fd, 'wb')
-        print 'pickle'
         import pickle
         pickle.dump(object, handle, 2)
         handle.close()
@@ -127,5 +126,4 @@ class Persister(object):
 
         handle = open(self._path)
         import pickle
-        print 'unpickle'
         self.object = pickle.load(handle)

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list