Remove debugging statements

This commit is contained in:
Mike Auty
2020-06-10 19:39:20 +01:00
committed by ikelos
parent d9ac5300fa
commit 054b95c8ed
-3
View File
@@ -245,9 +245,6 @@ class IntermediateSymbolTable(interfaces.symbols.SymbolTableInterface):
]
def clone(self, new_name: str):
print(self._delegate._overrides)
import pdb
pdb.set_trace()
return IntermediateSymbolTable(self._context,
self.config_path,
new_name,