浏览代码

[GearmanBundle] Cleaning some testing code

Marc 13 年之前
父节点
当前提交
038fc37fbf
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/Mmoreramerino/GearmanBundle/Command/GearmanCheckCommand.php

+ 0 - 2
lib/Mmoreramerino/GearmanBundle/Command/GearmanCheckCommand.php

@@ -55,7 +55,5 @@ class GearmanCheckCommand extends ContainerAwareCommand
         }
 
         $output->writeln('<comment>Gearman is succesfuly installed</comment>');
-
-        $this->getContainer()->get('gearman')->doNormalJob('MmoreramerinoGearmanBundleWorkerstestWorker~testB');
     }
 }