remove console.log statement

This commit is contained in:
John Mitchell 2016-01-14 16:33:13 -05:00
parent 96ae702ab3
commit f8c2d71414

View File

@ -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)