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->execBackend($cmd);
|
||||
//echo $cmd;
|
||||
//var_dump($tools->execFront($cmd));
|
||||
//exit();
|
||||
$tools->execBackend($cmd);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue