mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-18 02:24:21 +01:00
removing debug pritn
This commit is contained in:
parent
f7ded88840
commit
0621a72a07
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -791,7 +791,6 @@ class Setup():
|
||||||
else:
|
else:
|
||||||
targets = (['..'] * (len(dests) - 1)) + targets
|
targets = (['..'] * (len(dests) - 1)) + targets
|
||||||
|
|
||||||
print('>>> ' + str(targets) + ' -> ' + dest)
|
|
||||||
os.symlink('/'.join(targets), dest)
|
os.symlink('/'.join(targets), dest)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue