Skip to content
Snippets Groups Projects
Commit 7a1ac306 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Remove debug output

parent 0bad9c36
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ def discover_models():
# otherwise it will not be indexed
if "vips" in package.name:
_packages.append(package)
print(package.name)
#print(package.name)
try:
importlib.import_module(package.name)
except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment