diff --git a/gax/src/paginationCalls/pagedApiCaller.ts b/gax/src/paginationCalls/pagedApiCaller.ts index a82ce527d..bf92b76cc 100644 --- a/gax/src/paginationCalls/pagedApiCaller.ts +++ b/gax/src/paginationCalls/pagedApiCaller.ts @@ -153,7 +153,6 @@ export class PagedApiCaller implements APICaller { ongoingCall.call(apiCall, request); return; } - console.log('155', request, settings); if (request.pageSize && settings.autoPaginate) { warn( 'autoPaginate true', @@ -161,7 +160,6 @@ export class PagedApiCaller implements APICaller { 'AutopaginateTrueWarning' ); } - console.log(request.pageSize && settings.autoPaginate); const maxResults = settings.maxResults || -1;