From 0bd9762dde189f4c79c2611b48013042223611ed Mon Sep 17 00:00:00 2001 From: MC Date: Tue, 29 Jun 2010 14:48:45 +0200 Subject: Removed debug printout. --- list.c | 1 - 1 file changed, 1 deletion(-) (limited to 'list.c') 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; } -- cgit v1.2.3