From: Stephen Soltesz Date: Tue, 11 Dec 2007 22:40:46 +0000 (+0000) Subject: Disabled the print when loading a pkl file X-Git-Tag: Monitor-1.0-0~20 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d0acba36a12b471a171dcf7da95a6171ca1e471c;p=monitor.git Disabled the print when loading a pkl file --- diff --git a/soltesz.py b/soltesz.py index 83100c4..6bf6bc4 100644 --- a/soltesz.py +++ b/soltesz.py @@ -106,7 +106,7 @@ class SPickle: raise Exception, "No such file %s" % name name = "production.%s" % name - print "loading %s" % self.__file(name, type) + #print "loading %s" % self.__file(name, type) f = open(self.__file(name, type), 'r') if type == None: o = pickle.load(f)