Skip to content

Commit

Permalink
fixup! feat(get-full-source-space): Make limit configerable
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Nov 10, 2016
1 parent 7414ed6 commit a36bf7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/get/get-full-source-space.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ function getEditorInterfaces (contentTypes) {
* concatenate the new responses to the original one.
*/
function pagedGet (space, method, skip = 0, aggregatedResponse = null) {
debugger
console.log(pageLimit)
return space[method]({
skip: skip,
limit: pageLimit,
Expand Down

0 comments on commit a36bf7d

Please sign in to comment.