From c2c6ef2f72629a517e5cf58b362b812231b74c5d Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Mon, 6 Mar 2023 16:50:00 -0600 Subject: [PATCH] Remove debugging. --- src/LookingGlass.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/LookingGlass.php b/src/LookingGlass.php index 1347b03..ec5b184 100755 --- a/src/LookingGlass.php +++ b/src/LookingGlass.php @@ -3,7 +3,6 @@ namespace Cxj\LookingGlass; use Illuminate\Foundation\Bus\PendingDispatch; -use Illuminate\Support\Facades\Log; use Spatie\WebhookServer\WebhookCall; class LookingGlass @@ -25,8 +24,6 @@ public function transmit( ): self { $name = $appName ?? config('app.name'); - Log::debug('Using URL: ' . config('looking-glass.url')); // debug - // Send this status to Looking Glass. $this->dispatch = WebhookCall ::create()