Skip to content

Commit f91d406

Browse files
Fankvitalyster
authored andcommitted
Removed debug stuff
1 parent d3bae00 commit f91d406

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/libpurple/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,11 +794,9 @@ class SpectrumNetworkPlugin : public NetworkPlugin {
794794
// Check if the PurpleChat is not stored in buddy list
795795
PurpleChat *chat = purple_blist_find_chat_wrapped(account, roomName.c_str());
796796
if (chat) {
797-
LOG4CXX_INFO(logger, "CHAT FOUND");
798797
comps = purple_chat_get_components_wrapped(chat);
799798
}
800799
else if (PURPLE_PLUGIN_PROTOCOL_INFO(gc->prpl)->chat_info_defaults != NULL) {
801-
LOG4CXX_INFO(logger, "CHAT NOT FOUND");
802800
if (CONFIG_STRING(config, "service.protocol") == "prpl-jabber") {
803801
comps = PURPLE_PLUGIN_PROTOCOL_INFO(gc->prpl)->chat_info_defaults(gc, (roomName + "/" + nickname).c_str());
804802
}

0 commit comments

Comments
 (0)