Skip to content

Commit

Permalink
Revert "(temp) log encryption-api response as info msg"
Browse files Browse the repository at this point in the history
This reverts commit 57ba597.
  • Loading branch information
romantmb committed May 9, 2024
1 parent 6d7c1b1 commit 01a57dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Migrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ private function migrateSecrets(): void
(string) $defaultSourceBranch['id'],
);

//$this->logger->debug($response['message']);
$this->logger->info($response['message']);
$this->logger->debug($response['message']);
}
}

Expand Down

0 comments on commit 01a57dc

Please sign in to comment.