Browse Source

[GearmanBundle] Cleaning some testing code

Marc 13 years ago
parent
commit
038fc37fbf
1 changed files with 0 additions and 2 deletions
  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');
     }
 }