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