Cleaned up logs

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-04 21:19:10 +02:00
parent 31f466d2f2
commit 2db07b0040
11 changed files with 40 additions and 176 deletions

View File

@@ -85,7 +85,6 @@ function list(msg, guid, coll, offline, socket) {
socket.join(coll);
List.send_list(coll, socket, true, false, true);
db.collection("frontpage_lists").insert({"_id": coll, "count" : 0, "frontpage": true, "accessed": Functions.get_time(), "viewers": 1}, function(e,d){
console.log("added new channel", coll);
});
Functions.check_inlist(coll, guid, socket, offline);
});