diff options
author | MC <mc@hack.org> | 2010-06-29 14:48:45 +0200 |
---|---|---|
committer | MC <mc@brain.hack.org> | 2010-06-29 14:48:45 +0200 |
commit | 0bd9762dde189f4c79c2611b48013042223611ed (patch) | |
tree | cdd8da60fa3c7b6b36c73119dacf492453478bac | |
parent | 57bef99e3befc0c8e6ab6669cc54d432fa801dd5 (diff) | |
download | mcwm-0bd9762dde189f4c79c2611b48013042223611ed.zip |
Removed debug printout.
-rw-r--r-- | list.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ struct item *additem(struct item **mainlist) { /* First in the list. */ - PDEBUG("First in list.\n"); item->prev = NULL; item->next = NULL; } |