1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Remove forgotten debug line

This commit is contained in:
Michael Vetter 2021-02-15 09:58:37 +01:00
parent 3fb26f1e4e
commit 69e923df3b

View File

@ -1408,7 +1408,6 @@ _handle_mam(xmpp_stanza_t* const stanza)
const char* result_id = xmpp_stanza_get_id(result);
GDateTime *timestamp = stanza_get_delay_from(forwarded, NULL);
timestamp = timestamp;
xmpp_stanza_t* message_stanza = xmpp_stanza_get_child_by_ns(forwarded, "jabber:client");