about summary refs log tree commit diff stats
path: root/src/xmpp/iq.c
diff options
context:
space:
mode:
authorMarcoPolo-PasTonMolo <marcopolopastonmolo@protonmail.com>2022-07-05 11:30:04 +0300
committerMarcoPolo-PasTonMolo <marcopolopastonmolo@protonmail.com>2022-07-05 11:30:04 +0300
commitb03c3bda980056f65cd696fd65883a1c351ac8d7 (patch)
tree24e8ce54e944df6063b8d042943728cfe85ed5fc /src/xmpp/iq.c
parent4d6e95d6911eab8fc9f6ddc0706c7b2ac5a25437 (diff)
downloadprofani-tty-b03c3bda980056f65cd696fd65883a1c351ac8d7.tar.gz
Cleanup
Diffstat (limited to 'src/xmpp/iq.c')
-rw-r--r--src/xmpp/iq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 1c851cbd..e5d6b13a 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -2581,7 +2581,6 @@ static int
 _mam_buffer_commit_handler(xmpp_stanza_t* const stanza, void* const userdata)
 {
     ProfChatWin* chatwin = (ProfChatWin*)userdata;
-    cons_show("Comitted history");
     // Remove the "Loading messages ..." message
     buffer_remove_entry(((ProfWin*)chatwin)->layout->buffer, 0);
     chatwin_old_history(chatwin, NULL);