Skip to content

Commit 86c5661

Browse files
remove useless check
1 parent b32130f commit 86c5661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/experiment_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def execute_phases
302302
def wait_for_completion
303303
@done = true
304304
puts "\nWaiting for all request threads to finish..."
305-
@arrival_thread.join if @arrival_thread # Wait for arrival thread to push shutdown tokens
305+
@arrival_thread.join # Wait for arrival thread to push shutdown tokens
306306
@request_threads.each(&:join)
307307

308308
Semian.unsubscribe(@subscription) if @subscription

0 commit comments

Comments
 (0)