Skip to content

Commit 109a2f5

Browse files
committed
Remove "Waiting for children..." debug log as it's quite noisy.
1 parent 4cd3f67 commit 109a2f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/async/container/group.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ def wait_for(channel)
180180
protected
181181

182182
def wait_for_children(duration = nil)
183-
Console.debug(self, "Waiting for children...", duration: duration, running: @running)
183+
# This log is a big noisy and doesn't really provide a lot of useful information.
184+
# Console.debug(self, "Waiting for children...", duration: duration, running: @running)
184185

185186
if !@running.empty?
186187
# Maybe consider using a proper event loop here:

0 commit comments

Comments
 (0)