mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -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 <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
@ -33,7 +32,6 @@ PHistory p_history_new(unsigned int size)
|
|||||||
|
|
||||||
void p_history_append(PHistory history, char *item)
|
void p_history_append(PHistory history, char *item)
|
||||||
{
|
{
|
||||||
printf("\n");
|
|
||||||
// copy input, default to ""
|
// copy input, default to ""
|
||||||
char *copied = "";
|
char *copied = "";
|
||||||
if (item != NULL) {
|
if (item != NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user