parser: remove debug messages
This commit is contained in:
@@ -122,8 +122,7 @@ 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