remove useless codes

This commit is contained in:
Jianxuan Li 2014-12-25 11:49:51 +08:00
parent 0c31626c84
commit f6d4934410
1 changed files with 2 additions and 4 deletions

View File

@ -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;
}