diff --git a/gds/parser.py b/gds/parser.py index c3f0179..1c50232 100644 --- a/gds/parser.py +++ b/gds/parser.py @@ -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