mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed debug from last commit
This commit is contained in:
parent
523e4be1b8
commit
895399427e
@ -33,8 +33,6 @@
|
|||||||
#include "xmpp/xmpp.h"
|
#include "xmpp/xmpp.h"
|
||||||
#include "xmpp/stanza.h"
|
#include "xmpp/stanza.h"
|
||||||
|
|
||||||
#include "ui/ui.h"
|
|
||||||
|
|
||||||
static GHashTable *capabilities;
|
static GHashTable *capabilities;
|
||||||
|
|
||||||
static void _caps_destroy(Capabilities *caps);
|
static void _caps_destroy(Capabilities *caps);
|
||||||
@ -162,8 +160,6 @@ caps_create_sha1_str(xmpp_stanza_t * const query)
|
|||||||
curr = g_slist_next(curr);
|
curr = g_slist_next(curr);
|
||||||
}
|
}
|
||||||
|
|
||||||
cons_debug("CAPS STR = %s", s->str);
|
|
||||||
|
|
||||||
EVP_MD_CTX mdctx;
|
EVP_MD_CTX mdctx;
|
||||||
const EVP_MD *md;
|
const EVP_MD *md;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user