Removed useless logging in objt sections

This commit is contained in:
Sasha Koshka 2022-09-01 18:03:01 -04:00
parent aec266a82e
commit f585e5119f
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ func (parser *ParsingOperation) parseObjtMember () (
member.what, err = parser.parseType()
if err != nil { return }
println(parser.token.Describe())
// if there is a bit width, get it
if parser.token.Is(lexer.TokenKindBinaryAnd) {
err = parser.nextToken(lexer.TokenKindUInt)