mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
remove console.log statement
This commit is contained in:
parent
96ae702ab3
commit
f8c2d71414
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user