Skip to content

Commit

Permalink
Removed a couple of debug statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowell D. Thomas committed Dec 16, 2014
1 parent cc8c2c5 commit b5bb464
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Generator/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ int main(int argc, char** argv){
APG_CALLBACK saSemantic[RULE_COUNT_SABNFGRAMMAR];
CM_CONFIG sConfig;

printf("%u - sizeof(apg_uint)\n", sizeof(apg_uint));
printf("%u - sizeof(apg_achar)\n", sizeof(apg_achar));
printf("\n");

while(APG_TRUE){
///////////////////////////////////////////////////////////////////////////
// SET UP
Expand Down

0 comments on commit b5bb464

Please sign in to comment.