Remove console.log

pull/21833/head
David Baker 2015-10-13 11:44:45 +01:00
parent d12ca92ea7
commit f7d3d4f9a9
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ module.exports = {
var tile = self.refs[user.userId];
console.log("presence event " + JSON.stringify(event) + " user = " + user + " tile = " + tile);
if (tile) {
self._updateList(); // reorder the membership list
}