mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
Remove print statement
This commit is contained in:
parent
afb94e5702
commit
1277abcde2
|
@ -8,7 +8,6 @@ from .. import util
|
|||
|
||||
|
||||
def link(origin, link_name, force=False):
|
||||
print("Linking", origin, link_name)
|
||||
if is_package(origin):
|
||||
link_package(origin, link_name, force)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user