Debug output removed

This commit is contained in:
Andrey Breslav
2012-03-12 16:06:16 +04:00
parent 3c71512850
commit a0a4536c40
@@ -84,9 +84,6 @@ public abstract class CodegenContext {
while(true) {
DeclarationDescriptor contextDescriptor = c.getContextDescriptor();
if(!(contextDescriptor instanceof ClassDescriptor) && !(contextDescriptor instanceof NamespaceDescriptor)) {
if (c.getParentContext() == null) {
System.out.println();
}
c = c.getParentContext();
}
else {