mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +02:00
Commented code should not be commited #inslight
This commit is contained in:
parent
d17dd0eb27
commit
b174d04da2
@ -744,9 +744,6 @@ class Spyc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function addArray ($incoming_data, $incoming_indent) {
|
private function addArray ($incoming_data, $incoming_indent) {
|
||||||
|
|
||||||
// print_r ($incoming_data);
|
|
||||||
|
|
||||||
if (count ($incoming_data) > 1)
|
if (count ($incoming_data) > 1)
|
||||||
return $this->addArrayInline ($incoming_data, $incoming_indent);
|
return $this->addArrayInline ($incoming_data, $incoming_indent);
|
||||||
|
|
||||||
@ -1019,7 +1016,6 @@ class Spyc {
|
|||||||
private function addGroup ($line, $group) {
|
private function addGroup ($line, $group) {
|
||||||
if ($group[0] == '&') $this->_containsGroupAnchor = substr ($group, 1);
|
if ($group[0] == '&') $this->_containsGroupAnchor = substr ($group, 1);
|
||||||
if ($group[0] == '*') $this->_containsGroupAlias = substr ($group, 1);
|
if ($group[0] == '*') $this->_containsGroupAlias = substr ($group, 1);
|
||||||
//print_r ($this->path);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private function stripGroup ($line, $group) {
|
private function stripGroup ($line, $group) {
|
||||||
|
@ -592,7 +592,6 @@ class EncryptTask extends AbstractTask
|
|||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
private function switchSrcToTmp() {
|
private function switchSrcToTmp() {
|
||||||
//echo "\nSwitching :" . $this->source . " -> To :" . $this->ionSource."\n";
|
|
||||||
$ret = Console::executeCommand ( 'mv ' . $this->source . ' ' . $this->ionSource, $out );
|
$ret = Console::executeCommand ( 'mv ' . $this->source . ' ' . $this->ionSource, $out );
|
||||||
if (! $ret) {
|
if (! $ret) {
|
||||||
throw new ErrorWithMessageException ( 'Cant create tmp dir :' . $out, $ret );
|
throw new ErrorWithMessageException ( 'Cant create tmp dir :' . $out, $ret );
|
||||||
|
Loading…
Reference in New Issue
Block a user