X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=blobdiff_plain;f=src%2Fapc%2Fscanner.c;fp=src%2Fapc%2Fscanner.c;h=8490e02e2b95fa8956550a7b4d0c960ac1249f8b;hp=c669b108fe5a777437d6f0181d56d74332c6adc4;hb=4da3506e5cf1a3eee35b60722b9c801867ef3f36;hpb=49cbc773cce9b257df4581b8fd99c3639f10f52a diff --git a/src/apc/scanner.c b/src/apc/scanner.c index c669b10..8490e02 100644 --- a/src/apc/scanner.c +++ b/src/apc/scanner.c @@ -134,7 +134,6 @@ int scanner if (DL_CD_LEN() > 0) //There are entities to process { if ((direntp = DL_CD_POP()) == NULL)//If the dirent is null, the library goto libfail; //function in dirent has failed - printf("Lexdir %s\n",direntp->d_name); lexer_lex(direntp->d_name); //lex the directory name if (DL_LEN() >= DL_STACKSIZE) //fail if maxdepth exceeded { fprintf(stderr, ERR_DEPTH);