From b174d04da20da0fcedd783f6c867b0b89f899dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Thu, 12 Jun 2014 16:50:47 -0300 Subject: [PATCH] Commented code should not be commited #inslight --- Mage/Spyc.php | 4 ---- Mage/Task/BuiltIn/Ioncube/EncryptTask.php | 1 - 2 files changed, 5 deletions(-) diff --git a/Mage/Spyc.php b/Mage/Spyc.php index 19f3257..ff4db75 100644 --- a/Mage/Spyc.php +++ b/Mage/Spyc.php @@ -744,9 +744,6 @@ class Spyc { } private function addArray ($incoming_data, $incoming_indent) { - - // print_r ($incoming_data); - if (count ($incoming_data) > 1) return $this->addArrayInline ($incoming_data, $incoming_indent); @@ -1019,7 +1016,6 @@ class Spyc { private function addGroup ($line, $group) { if ($group[0] == '&') $this->_containsGroupAnchor = substr ($group, 1); if ($group[0] == '*') $this->_containsGroupAlias = substr ($group, 1); - //print_r ($this->path); } private function stripGroup ($line, $group) { diff --git a/Mage/Task/BuiltIn/Ioncube/EncryptTask.php b/Mage/Task/BuiltIn/Ioncube/EncryptTask.php index f14fbad..876546e 100644 --- a/Mage/Task/BuiltIn/Ioncube/EncryptTask.php +++ b/Mage/Task/BuiltIn/Ioncube/EncryptTask.php @@ -592,7 +592,6 @@ class EncryptTask extends AbstractTask * @return bool */ private function switchSrcToTmp() { - //echo "\nSwitching :" . $this->source . " -> To :" . $this->ionSource."\n"; $ret = Console::executeCommand ( 'mv ' . $this->source . ' ' . $this->ionSource, $out ); if (! $ret) { throw new ErrorWithMessageException ( 'Cant create tmp dir :' . $out, $ret );