diff --git a/setup.py b/setup.py index 0800afc8..5e9c43c5 100755 --- a/setup.py +++ b/setup.py @@ -791,7 +791,6 @@ class Setup(): else: targets = (['..'] * (len(dests) - 1)) + targets - print('>>> ' + str(targets) + ' -> ' + dest) os.symlink('/'.join(targets), dest)