summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}