diff options
Diffstat (limited to 'worker_watcher.go')
-rwxr-xr-x | worker_watcher.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/worker_watcher.go b/worker_watcher.go index 84be44f2..a617fe65 100755 --- a/worker_watcher.go +++ b/worker_watcher.go @@ -323,8 +323,6 @@ func (ww *workerWatcher) wait(ctx context.Context, w WorkerBase) { }) return } - - return } func (ww *workerWatcher) addToWatch(wb WorkerBase) { |