mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +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:
|
||||
targets = (['..'] * (len(dests) - 1)) + targets
|
||||
|
||||
print('>>> ' + str(targets) + ' -> ' + dest)
|
||||
os.symlink('/'.join(targets), dest)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue