Remove debug message; stack queueFail messages clientside
This commit is contained in:
parent
0c52c3f17d
commit
54016f6f48
2 changed files with 21 additions and 3 deletions
|
|
@ -1405,7 +1405,6 @@ Channel.prototype.addMedia = function(data, user) {
|
|||
m.temp = data.temp;
|
||||
var res = self.playlist.addMedia(m);
|
||||
if (res.error) {
|
||||
console.log(res);
|
||||
user.socket.emit("queueFail", res.error);
|
||||
q.release();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue