From 5c33bd37eb697d77e69b2e5eed90adac2e8bb73a Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Mon, 22 Feb 2016 17:12:41 +0100 Subject: [PATCH] Drop debugging placeholder --- system/src/Grav/Console/Gpm/InstallCommand.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/src/Grav/Console/Gpm/InstallCommand.php b/system/src/Grav/Console/Gpm/InstallCommand.php index c09ff48de..208c97906 100644 --- a/system/src/Grav/Console/Gpm/InstallCommand.php +++ b/system/src/Grav/Console/Gpm/InstallCommand.php @@ -150,7 +150,6 @@ class InstallCommand extends ConsoleCommand //TODO: handle packages prepended with author slug. How to handle with currently installed packages? if ($dependencies) { - //First, check for Grav dependency. If a dependency requires Grav > the current version, abort and tell. if (isset($dependencies['grav'])) { if (version_compare($this->calculateVersionNumberFromDependencyVersion($dependencies['grav']), GRAV_VERSION) === 1) { @@ -467,9 +466,6 @@ class InstallCommand extends ConsoleCommand */ private function processPackage($package) { - $this->output->writeln("fake processing"); - return; - $symlink = false; if ($this->use_symlinks) { if ($this->getSymlinkSource($package) || !isset($package->version)) {