File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ public function boot()
3939 $ limit = abs ($ int_limit );
4040 }
4141
42- \Log::debug ('Max in env: ' .config ('app.max_results ' ));
43- \Log::debug ('Original requested limit: ' .request ('limit ' ));
44- \Log::debug ('Int limit: ' .$ int_limit );
45- \Log::debug ('Modified limit: ' .$ limit );
46- \Log::debug ('------------------------------ ' );
42+ // \Log::debug('Max in env: '.config('app.max_results'));
43+ // \Log::debug('Original requested limit: '.request('limit'));
44+ // \Log::debug('Int limit: '.$int_limit);
45+ // \Log::debug('Modified limit: '.$limit);
46+ // \Log::debug('------------------------------');
4747
4848
4949 return $ limit ;
@@ -52,9 +52,9 @@ public function boot()
5252 // Make sure the offset is actually set and is an integer
5353 \App::singleton ('api_offset_value ' , function () {
5454 $ offset = intval (request ('offset ' ));
55- \Log::debug ('Original requested offset: ' .request ('offset ' ));
56- \Log::debug ('Modified offset: ' .$ offset );
57- \Log::debug ('------------------------------ ' );
55+ // \Log::debug('Original requested offset: '.request('offset'));
56+ // \Log::debug('Modified offset: '.$offset);
57+ // \Log::debug('------------------------------');
5858
5959
6060 return $ offset ;
You can’t perform that action at this time.
0 commit comments