Skip to content

Commit

Permalink
Remove debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cxj committed Mar 6, 2023
1 parent 6099b55 commit c2c6ef2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/LookingGlass.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Cxj\LookingGlass;

use Illuminate\Foundation\Bus\PendingDispatch;
use Illuminate\Support\Facades\Log;
use Spatie\WebhookServer\WebhookCall;

class LookingGlass
Expand All @@ -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()
Expand Down

0 comments on commit c2c6ef2

Please sign in to comment.