mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +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):
|
def link(origin, link_name, force=False):
|
||||||
print("Linking", origin, link_name)
|
|
||||||
if is_package(origin):
|
if is_package(origin):
|
||||||
link_package(origin, link_name, force)
|
link_package(origin, link_name, force)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user