mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
remove console.log statement
This commit is contained in:
@@ -75,7 +75,6 @@ export default
|
|||||||
$rootScope.rowBeingEdited = id;
|
$rootScope.rowBeingEdited = id;
|
||||||
$rootScope.listBeingEdited = set;
|
$rootScope.listBeingEdited = set;
|
||||||
$rootScope.addedAnItem = true;
|
$rootScope.addedAnItem = true;
|
||||||
console.log("add to rootScope");
|
|
||||||
var restUrl = params.url.split("?")[0];
|
var restUrl = params.url.split("?")[0];
|
||||||
var pageSize = scope[iterator + '_page_size'];
|
var pageSize = scope[iterator + '_page_size'];
|
||||||
pagination.getInitialPageForList(id, restUrl, pageSize)
|
pagination.getInitialPageForList(id, restUrl, pageSize)
|
||||||
|
|||||||
Reference in New Issue
Block a user