From 0b8bec3da67a769fe134b35bac8fdc0957eb03a2 Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Fri, 8 Jul 2016 17:01:25 -0400 Subject: [PATCH] remove log --- awx/ui/client/src/widgets/Stream.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/widgets/Stream.js b/awx/ui/client/src/widgets/Stream.js index 56e92e384f..f3e9271264 100644 --- a/awx/ui/client/src/widgets/Stream.js +++ b/awx/ui/client/src/widgets/Stream.js @@ -28,7 +28,6 @@ angular.module('StreamWidget', ['RestServices', 'Utilities', 'StreamListDefiniti // arguments are: a summary_field object, a resource type, an activity stream object function ($log, $filter) { return function (obj, resource, activity) { - console.log(obj, resource) var url = '/#/'; // try/except pattern asserts that: // if we encounter a case where a UI url can't or shouldn't be generated, just supply the name of the resource