Skip to content

Commit 3ffe3f5

Browse files
author
Christopher Doris
committed
remove debug printing
1 parent 5901dea commit 3ffe3f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/stdlib.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ function init_stdlib()
4141
def __init__(self):
4242
self.hooks = {}
4343
def find_spec(self, name, path=None, target=None):
44-
print("find_spec:", name)
4544
hs = self.hooks.get(name)
4645
if hs is not None:
4746
for h in hs:

0 commit comments

Comments
 (0)