mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
removed logs
This commit is contained in:
@@ -182,7 +182,6 @@ var socket,
|
|||||||
|
|
||||||
app.current_room = null;
|
app.current_room = null;
|
||||||
app.enter_room = function(room) {
|
app.enter_room = function(room) {
|
||||||
console.log(room)
|
|
||||||
if (app.current_room === room) return;
|
if (app.current_room === room) return;
|
||||||
|
|
||||||
socket.emit('event:enter_room', {
|
socket.emit('event:enter_room', {
|
||||||
|
|||||||
Reference in New Issue
Block a user