Skip to content

Commit

Permalink
Remove debugging comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lawrence committed Feb 5, 2023
1 parent 4811983 commit d7fff98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/RecordsImportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function handle()
$this->proxy = !$this->option('no-proxy');
$this->dryRun = $this->option('dry-run');

// VaporHelpers::ensure_api_token_is_available();
VaporHelpers::ensure_api_token_is_available();
Helpers::ensureCloudFlareCredentialsAreAvailable();

$vaporRecords = $this->getVaporRecords();
Expand Down

0 comments on commit d7fff98

Please sign in to comment.