changeset 21872:fe0d57a9b79b

mx: Remove leftover debug statement
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 09 Jun 2015 11:53:26 +0200
parents 2c21e9ec520b
children 13c8dfb0ff22
files mxtool/mx.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)