diff options
-rw-r--r-- | .github/release.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/release.php b/.github/release.php index e82293f96..4e1bba2ae 100644 --- a/.github/release.php +++ b/.github/release.php @@ -19,8 +19,6 @@ class Release extends splitbrain\phpcli\CLI { parent::__construct($autocatch); - $this->error(print_r($_ENV, true)); - // when running on a clone, use the correct base URL $repo = getenv('GITHUB_REPOSITORY'); if ($repo) { |