Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index ea5dec8e7179947fbb787d832922bd05288330fa..42d78882a3782f3704d49feb2a3874358615f547 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -597,9 +597,6 @@ void TypeFeedbackVector::TypeFeedbackVectorPrint(std::ostream& os) { // NOLINT |
return; |
} |
- os << "\n - ics with type info: " << ic_with_type_info_count(); |
- os << "\n - generic ics: " << ic_generic_count(); |
- |
TypeFeedbackMetadataIterator iter(metadata()); |
while (iter.HasNext()) { |
FeedbackVectorSlot slot = iter.Next(); |