Skip to content

Commit ed6ac00

Browse files
Don't write to stderr.
1 parent 451f2c2 commit ed6ac00

File tree

1 file changed

+0
-1
lines changed
  • bake/async/container/notify

1 file changed

+0
-1
lines changed

bake/async/container/notify/log.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def ready?(path: Async::Container::Notify::Log.path)
1616
File.foreach(path) do |line|
1717
message = JSON.parse(line)
1818
if message["ready"] == true
19-
$stderr.puts "Service is ready: #{line}"
2019
return true
2120
end
2221
end

0 commit comments

Comments
 (0)