Chromium Code Reviews| Index: runtime/vm/weak_code.cc |
| diff --git a/runtime/vm/weak_code.cc b/runtime/vm/weak_code.cc |
| index 53a1d40122f73adec689e66731b43fd881906315..0c5cca214ea661a16c4831fb461829bd51cc11e6 100644 |
| --- a/runtime/vm/weak_code.cc |
| +++ b/runtime/vm/weak_code.cc |
| @@ -102,11 +102,9 @@ void WeakCodeReferences::DisableCode() { |
| } else if (owner.IsClass()) { |
| Class& cls = Class::Handle(); |
| cls ^= owner.raw(); |
| - OS::Print("Skipping code owned by class %s\n", cls.ToCString()); |
|
rmacnak
2016/02/05 00:44:07
Yikes
|
| cls.DisableAllocationStub(); |
| continue; |
| } else if (owner.IsNull()) { |
| - OS::Print("Skipping code owned by null: "); |
| code.Print(); |
| continue; |
| } |