From 55ee0f96bb2cdaff8c3a4f21902d6f84f1dcd3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 27 Oct 2022 12:41:02 +0200 Subject: Remove unecessary var_dump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- changelog/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/changelog/index.php b/changelog/index.php index 0531275..bbe7dc7 100644 --- a/changelog/index.php +++ b/changelog/index.php @@ -156,7 +156,6 @@ class GenerateChangelogCommand extends Command } else { // else we are checking the server changelog $reposToIterate = $this->getReposToIterate($head); - var_dump($reposToIterate); } if (substr($base, 0, $subStringNum) === $substring) { -- cgit v1.2.3