1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ff806b8e5f18/ Changeset: ff806b8e5f18 User: dannon Date: 2013-09-25 20:42:29 Summary: Oops. Prints. Affected #: 1 file diff -r 751e7989d0766d101df5c3175e6164afc86ba7c8 -r ff806b8e5f18791641fa49a20d9bea9e65215310 lib/galaxy/objectstore/__init__.py --- a/lib/galaxy/objectstore/__init__.py +++ b/lib/galaxy/objectstore/__init__.py @@ -209,9 +209,6 @@ self.extra_dirs[e.tag] = e.get('path') if extra_dirs is not None: self.extra_dirs.update( extra_dirs ) - print "DISK OBJECT STORE:" - print self.file_path - print self.extra_dirs def _get_filename(self, obj, base_dir=None, dir_only=False, extra_dir=None, extra_dir_at_root=False, alt_name=None): """Class method that returns the absolute path for the file corresponding @@ -613,7 +610,6 @@ store = config.object_store if store == 'disk': - print "BUILDING DISK OBJECT STORE" return DiskObjectStore(config=config, config_xml=config_xml) elif store == 's3' or store == 'swift': from galaxy.objectstore.s3 import S3ObjectStore Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.