# HG changeset patch # User Gilles Duboscq # Date 1433843606 -7200 # Node ID fe0d57a9b79bab2f3753cb514d85bad1056356d2 # Parent 2c21e9ec520b1d1985b17dc06a0301fb0144ea0b mx: Remove leftover debug statement diff -r 2c21e9ec520b -r fe0d57a9b79b mxtool/mx.py --- a/mxtool/mx.py Tue Jun 09 11:52:55 2015 +0200 +++ b/mxtool/mx.py Tue Jun 09 11:53:26 2015 +0200 @@ -651,7 +651,6 @@ if canSymlink and 'symlink' in dir(os): if exists(path): os.unlink(path) - print 'Path ' + cachePath + ' path: ' + path os.symlink(cachePath, path) else: shutil.copy(cachePath, path)