# HG changeset patch --
Bitbucket.org
# Project galaxy-dist
# URL
http://bitbucket.org/galaxy/galaxy-dist/overview
# User Kelly Vincent <kpvincent(a)bx.psu.edu>
# Date 1277394458 14400
# Node ID a9afce9276da25ad1a56c185016fa19ecf242ccb
# Parent 1f467b4962cc6b01cbdc829407e08169683ce8ce
Removed accidentally leftover debug line in column_join.py
--- a/tools/new_operations/column_join.py
+++ b/tools/new_operations/column_join.py
@@ -265,6 +265,5 @@ def __main__():
fout.close()
for f in tmp_input_files:
os.unlink( f.name )
-
file('/afs/bx.psu.edu/user/kpvincent/galaxy-commit/actual_out';,
'w').write(file(fout.name,'r').read())
if __name__ == "__main__" : __main__()