Removed unused log messages
This commit is contained in:
@@ -39,16 +39,9 @@ class IP
|
||||
|
||||
if (config('demo.is_enabled') || config('app.hide_ips'))
|
||||
{
|
||||
Log::debug('Global shouldCollect: ', [
|
||||
'shouldCollect' => false
|
||||
]);
|
||||
return false; // do not collect!
|
||||
}
|
||||
|
||||
Log::debug('Global shouldCollect: ', [
|
||||
'shouldCollect' => true
|
||||
]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user