Skip to content

Commit

Permalink
Revert "adding debug info"
Browse files Browse the repository at this point in the history
This reverts commit b22f70b.
  • Loading branch information
nocturnalfrog committed Apr 1, 2015
1 parent b22f70b commit 8142c93
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,7 @@ public function getParser(PackageInterface $package)
*/
public function getInstallPath(PackageInterface $package)
{
var_dump($this->modmanRootDir);
var_dump(!is_null($this->modmanRootDir));
var_dump($this->modmanRootDir->isDir());

if (!is_null($this->modmanRootDir) && true === $this->modmanRootDir->isDir()) {
$targetDir = $package->getTargetDir();
if (!$targetDir) {
Expand Down

0 comments on commit 8142c93

Please sign in to comment.