diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-02-15 09:58:37 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-02-15 09:58:37 +0100 |
commit | 69e923df3b3ede66005e057d6ef464222937e07f (patch) | |
tree | 7fc502ae5d04555dd6925d23e83ff0a88e2afc2d | |
parent | 3fb26f1e4eaf5e3405b08f0574378d53ff1737cc (diff) | |
download | profani-tty-69e923df3b3ede66005e057d6ef464222937e07f.tar.gz |
Remove forgotten debug line
-rw-r--r-- | src/xmpp/message.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/message.c b/src/xmpp/message.c index 4f0cd3c3..ab899407 100644 --- a/src/xmpp/message.c +++ b/src/xmpp/message.c @@ -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"); |