mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
remove log
This commit is contained in:
@@ -28,7 +28,6 @@ angular.module('StreamWidget', ['RestServices', 'Utilities', 'StreamListDefiniti
|
|||||||
// arguments are: a summary_field object, a resource type, an activity stream object
|
// arguments are: a summary_field object, a resource type, an activity stream object
|
||||||
function ($log, $filter) {
|
function ($log, $filter) {
|
||||||
return function (obj, resource, activity) {
|
return function (obj, resource, activity) {
|
||||||
console.log(obj, resource)
|
|
||||||
var url = '/#/';
|
var url = '/#/';
|
||||||
// try/except pattern asserts that:
|
// 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
|
// if we encounter a case where a UI url can't or shouldn't be generated, just supply the name of the resource
|
||||||
|
|||||||
Reference in New Issue
Block a user