1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed debug from prof_history

This commit is contained in:
James Booth 2012-05-01 22:43:21 +01:00
parent 773255b48f
commit bbc5b8bd66

View File

@ -1,4 +1,3 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -33,7 +32,6 @@ PHistory p_history_new(unsigned int size)
void p_history_append(PHistory history, char *item)
{
printf("\n");
// copy input, default to ""
char *copied = "";
if (item != NULL) {