remove useless codes
This commit is contained in:
parent
0c31626c84
commit
f6d4934410
|
@ -37,10 +37,8 @@ class Sender implements ServiceManagerAwareInterface{
|
||||||
}
|
}
|
||||||
|
|
||||||
$tools = $this->serviceManager->get('Tools');
|
$tools = $this->serviceManager->get('Tools');
|
||||||
//$tools->execBackend($cmd);
|
$tools->execBackend($cmd);
|
||||||
//echo $cmd;
|
|
||||||
//var_dump($tools->execFront($cmd));
|
|
||||||
//exit();
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue