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:
parent
773255b48f
commit
bbc5b8bd66
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user