From 7694ed2ea45e49c20f8dccfa214b1abbe388e7eb Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 2 Mar 2015 15:07:31 -0500 Subject: [PATCH] Remove stray console log --- awx/ui/static/js/shared/Socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/shared/Socket.js b/awx/ui/static/js/shared/Socket.js index 55aa1a3aa8..b300203c4f 100644 --- a/awx/ui/static/js/shared/Socket.js +++ b/awx/ui/static/js/shared/Socket.js @@ -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() {