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