Skip to content

Commit 33d7177

Browse files
remove debugging log
1 parent 90d4e4e commit 33d7177

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Http/Middleware/Request.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ public function terminate($request, $response)
124124
return;
125125
}
126126

127-
\Log::info('dingo is terminating the route middleware');
128-
129127
// Laravel's route middlewares can be terminated just like application
130128
// middleware, so we'll gather all the route middleware here.
131129
// On Lumen this will simply be an empty array as it does

0 commit comments

Comments
 (0)