Skip to content

Commit

Permalink
Merge pull request #1892 from masatake/sql-remove-old-debug-code
Browse files Browse the repository at this point in the history
SQL: remove unexpected introduced debug-print code
  • Loading branch information
masatake committed Sep 28, 2018
2 parents f4be743 + 00e612f commit d080788
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions parsers/sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -1932,10 +1932,6 @@ static void parseTable (tokenInfo *const token)
vStringClear (token->scope);
token->scopeKind = SQLTAG_COUNT;
readToken (token);
fprintf(stderr, "=> %s, t: %d, k: %d\n", vStringValue(token->string),
token->type,
token->keyword
);
}
else
skipToMatched(token);
Expand Down

0 comments on commit d080788

Please sign in to comment.