Commented code should not be commited #inslight

This commit is contained in:
Andrés Montañez
2014-06-12 16:50:47 -03:00
parent d17dd0eb27
commit b174d04da2
2 changed files with 0 additions and 5 deletions
@@ -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 );