commit | b03fdc6c03ee637af96ccec6296363d1a98388e0 | [log] [tgz] |
---|---|---|
author | Jason Lunn <jason.lunn@gmail.com> | Mon Jul 31 14:52:17 2023 -0400 |
committer | Jason Lunn <jason.lunn@gmail.com> | Mon Jul 31 14:52:17 2023 -0400 |
tree | a20c9328f8d56f688b9a96e359ee269aeacae7eb | |
parent | 912c963740d4b20c3c4d01aa9c82e63aaf502031 [diff] |
Turn off the finalizer output to avoid timeouts.
diff --git a/ruby/lib/google/protobuf/ffi/message.rb b/ruby/lib/google/protobuf/ffi/message.rb index 7acbaa5..163307c 100644 --- a/ruby/lib/google/protobuf/ffi/message.rb +++ b/ruby/lib/google/protobuf/ffi/message.rb
@@ -318,7 +318,7 @@ def self.create_finalizer proc do | object_id | - $stderr.puts "Finalized #{object_id}" + # $stderr.puts "Finalized #{object_id}" end end