Minor function change

This commit is contained in:
calzoneman 2015-10-21 20:56:09 -07:00
parent 40e2a608f6
commit 7b5476874d
3 changed files with 8 additions and 8 deletions

View file

@ -1111,7 +1111,6 @@ setupCallbacks = function() {
$.getJSON("/socketconfig/" + CHANNEL.name + ".json")
.done(function (socketConfig) {
console.log(socketConfig);
if (socketConfig.error) {
makeAlert("Socket.io configuration returned error: " +
socketConfig.error, "alert-danger")