Skip to content

Commit 2086b6c

Browse files
committed
remove old code
1 parent a7bc852 commit 2086b6c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Illuminate/Queue/Console/WorkCommand.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ public function handle()
104104
return $this->worker->sleep($this->option('sleep'));
105105
}
106106

107-
// We'll listen to the processed and failed events so we can write information
108-
// to the console as jobs are processed, which will let the developer watch
109-
// which jobs are coming through a queue and be informed on its progress.
110-
$this->listenForEvents();
111-
112107
$connection = $this->argument('connection')
113108
?: $this->laravel['config']['queue.default'];
114109

0 commit comments

Comments
 (0)