Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 4fb5b5676455f82c45c729d132dcf6c583adede0..e7c4f95867974c6fda6ef4fc0b57d33ad384e367 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -743,14 +743,8 @@ void OrderedHashTableIterator<Derived, TableType>:: |
table()->ShortPrint(out); |
PrintF(out, "\n - index = "); |
index()->ShortPrint(out); |
- PrintF(out, "\n - count = "); |
- count()->ShortPrint(out); |
PrintF(out, "\n - kind = "); |
kind()->ShortPrint(out); |
- PrintF(out, "\n - next_iterator = "); |
- next_iterator()->ShortPrint(out); |
- PrintF(out, "\n - previous_iterator = "); |
- previous_iterator()->ShortPrint(out); |
PrintF(out, "\n"); |
} |