summaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-06-29 14:48:45 +0200
committerMC <mc@brain.hack.org>2010-06-29 14:48:45 +0200
commit0bd9762dde189f4c79c2611b48013042223611ed (patch)
treecdd8da60fa3c7b6b36c73119dacf492453478bac /list.c
parent57bef99e3befc0c8e6ab6669cc54d432fa801dd5 (diff)
downloadmcwm-0bd9762dde189f4c79c2611b48013042223611ed.zip
Removed debug printout.
Diffstat (limited to 'list.c')
-rw-r--r--list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/list.c b/list.c
index 6b52556..b2c1580 100644
--- a/list.c
+++ b/list.c
@@ -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;
}