We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5901dea commit 3ffe3f5Copy full SHA for 3ffe3f5
src/Core/stdlib.jl
@@ -41,7 +41,6 @@ function init_stdlib()
41
def __init__(self):
42
self.hooks = {}
43
def find_spec(self, name, path=None, target=None):
44
- print("find_spec:", name)
45
hs = self.hooks.get(name)
46
if hs is not None:
47
for h in hs:
0 commit comments