Chromium Code Reviews| Index: src/log.cc |
| diff --git a/src/log.cc b/src/log.cc |
| index f2be02e1cec964f55554568613a3a974104a4fdb..004d5176b12802d4497c551b510479f52dedbcd2 100644 |
| --- a/src/log.cc |
| +++ b/src/log.cc |
| @@ -1484,8 +1484,6 @@ void Logger::LogCodeObjects() { |
| } |
| void Logger::LogBytecodeHandlers() { |
| - if (!FLAG_ignition) return; |
| - |
| const interpreter::OperandScale kOperandScales[] = { |
| #define VALUE(Name, _) interpreter::OperandScale::k##Name, |
| OPERAND_SCALE_LIST(VALUE) |