mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 18:42:31 +01:00
Remove logging
This commit is contained in:
parent
5692dca579
commit
76af3dc5f5
@ -3,7 +3,6 @@
|
||||
namespace Pterodactyl\Providers;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Pterodactyl\Models\Database;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Illuminate\Cache\RateLimiting\Limit;
|
||||
@ -22,7 +21,6 @@ class RouteServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
Log::info(app()->environment());
|
||||
$this->configureRateLimiting();
|
||||
|
||||
// Disable trimming string values when requesting file information — it isn't helpful
|
||||
|
Loading…
Reference in New Issue
Block a user