parser: remove debug messages
This commit is contained in:
@@ -122,7 +122,6 @@ class Parser(Reader):
|
||||
|
||||
def parse_structure(self):
|
||||
self.structure = Structure()
|
||||
print(self.structure.references)
|
||||
|
||||
if self.token.ident != Records.BGNSTR:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user