Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-10-27 13:41:02 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-10-27 13:41:02 +0300
commit55ee0f96bb2cdaff8c3a4f21902d6f84f1dcd3a9 (patch)
tree5473bedf7c0b5abe26e8603c7279b68a8147fa04
parent399953d8d0fdf5a7e798df4d458cd0ddd59e2ae2 (diff)
Remove unecessary var_dump
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-rw-r--r--changelog/index.php1
1 files changed, 0 insertions, 1 deletions
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) {