Remove stray console log

This commit is contained in:
Joe Fiorini 2015-03-02 15:07:31 -05:00
parent c1d90e1897
commit 7694ed2ea4

View File

@ -116,7 +116,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
});
self.socket.on('error', function(reason) {
var r = reason || 'connection refused by host';
console.error(reason)
$log.debug('Socket error: ' + r);
$log.error('Socket error: ' + r);
self.scope.$apply(function() {