Skip to content

Commit a45b71a

Browse files
committed
deleted console.log() sample chat
1 parent 32c3092 commit a45b71a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/chat/js/dialogs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function retrieveChatDialogs() {
5757
if (item.type != 3) {
5858
QB.chat.muc.join(item.xmpp_room_jid, function() {
5959
console.log("Joined dialog "+dialogId);
60-
console.log(item)
6160
});
6261
}
6362

0 commit comments

Comments
 (0)