mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Remove stray console log
This commit is contained in:
@@ -116,7 +116,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
|
|||||||
});
|
});
|
||||||
self.socket.on('error', function(reason) {
|
self.socket.on('error', function(reason) {
|
||||||
var r = reason || 'connection refused by host';
|
var r = reason || 'connection refused by host';
|
||||||
console.error(reason)
|
|
||||||
$log.debug('Socket error: ' + r);
|
$log.debug('Socket error: ' + r);
|
||||||
$log.error('Socket error: ' + r);
|
$log.error('Socket error: ' + r);
|
||||||
self.scope.$apply(function() {
|
self.scope.$apply(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user