mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-25 10:13:37 -05:00
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