Index: src/runtime/runtime-object.cc |
diff --git a/src/runtime/runtime-object.cc b/src/runtime/runtime-object.cc |
index 9c52a1f626739eabed973ffff5168f3c021704de..b9e199b12596efa793a2991d115d40c2fd9469bc 100644 |
--- a/src/runtime/runtime-object.cc |
+++ b/src/runtime/runtime-object.cc |
@@ -710,10 +710,6 @@ RUNTIME_FUNCTION(Runtime_CollectTypeProfile) { |
CollectTypeProfileNexus nexus(vector, vector->ToSlot(index)); |
nexus.Collect(type); |
- PrintF("%s\n", name->ToCString().get()); |
- nexus.Print(); |
- PrintF("\n"); |
- |
return *name; |
} |