Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/pclc/visitors/first_pass_resolver_visitor.py')
-rw-r--r--src/pclc/visitors/first_pass_resolver_visitor.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pclc/visitors/first_pass_resolver_visitor.py b/src/pclc/visitors/first_pass_resolver_visitor.py
index 9ecbe24..fc6ae99 100644
--- a/src/pclc/visitors/first_pass_resolver_visitor.py
+++ b/src/pclc/visitors/first_pass_resolver_visitor.py
@@ -306,8 +306,6 @@ class FirstPassResolverVisitor(ResolverVisitor):
# Mark the import as not used for now ;)
self._module.resolution_symbols['used_imports'][an_import.alias] = (an_import, False)
- print self._errors
-
@multimethod(Component)
def visit(self, component):
# Component name *must* be the same as the file name