1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

remove log

This commit is contained in:
Leigh Johnson 2016-07-08 17:01:25 -04:00
parent 03af6b3507
commit 0b8bec3da6

View File

@ -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