commit/galaxy-central: davebgx: Remove stray debug output.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/cd73af9c02e7/ Changeset: cd73af9c02e7 User: davebgx Date: 2014-04-16 15:23:09 Summary: Remove stray debug output. Affected #: 1 file diff -r f3c5d9a5ed95956442dbd39e9ce97367cdc0d93b -r cd73af9c02e7f94d76239c010da12fcf1f91d1d4 lib/galaxy/datatypes/metadata.py --- a/lib/galaxy/datatypes/metadata.py +++ b/lib/galaxy/datatypes/metadata.py @@ -637,7 +637,6 @@ # for the compute server. def metadata_path_on_compute(path): compute_path = path - log.info(compute_tmp_dir) if compute_tmp_dir and tmp_dir and in_directory(path, tmp_dir): path_relative = os.path.relpath(path, tmp_dir) compute_path = os.path.join(compute_tmp_dir, path_relative) 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.
participants (1)
-
commits-noreply@bitbucket.org