diff --git a/app/Http/Middleware/QueryLogging.php b/app/Http/Middleware/QueryLogging.php index b5a164a5e84b..a41de37b2cb2 100644 --- a/app/Http/Middleware/QueryLogging.php +++ b/app/Http/Middleware/QueryLogging.php @@ -32,7 +32,7 @@ class QueryLogging * @return mixed */ public function handle(Request $request, Closure $next) - {nlog("yoyo"); + { // Enable query logging for development if (! Ninja::isHosted() || ! config('beacon.enabled')) { return $next($request);