don't do debug prints

This commit is contained in:
Ben Harris 2016-11-10 12:50:46 -05:00
parent 1dd3e2faec
commit 0b9b3a9341
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ int main(int argc, char **argv){
command *cmd = parse(split(it.c_str()));
print_cmd(cmd);
// print_cmd(cmd);
// clear line var
free(line);
line = (char*)NULL;