File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1457,7 +1457,6 @@ static void conv_present(PurpleConversation *conv) {
14571457 LOG4CXX_INFO (logger, " Conversation presented" );
14581458 conv_chat_add_users (conv, PURPLE_CONV_CHAT_WRAPPED (conv)->in_room , TRUE );
14591459 const char *topic = purple_conv_chat_get_topic (PURPLE_CONV_CHAT_WRAPPED (conv));
1460- LOG4CXX_INFO (logger, " topic: " << topic);
14611460 if (topic && *topic != ' \0 ' ) {
14621461 conv_chat_topic_changed (conv, topic, PURPLE_CONV_CHAT_WRAPPED (conv)->who );
14631462 }
@@ -1978,7 +1977,6 @@ static void RoomlistProgress(PurpleRoomlist *list, gboolean in_progress)
19781977 nestedLevel++;
19791978 parentRoom = purple_roomlist_room_get_parent (parentRoom);
19801979 }
1981- LOG4CXX_INFO (logger, " nestedLevel " << nestedLevel);
19821980
19831981 if (nestedLevel > 0 ) {
19841982 std::string roomNamePrefix = std::string (nestedLevel, ' -' );
You can’t perform that action at this time.
0 commit comments