diff --git a/src/node.cc b/src/node.cc index 50d1d17942194a2..2b15be877dee9c0 100644 --- a/src/node.cc +++ b/src/node.cc @@ -753,9 +753,6 @@ static ExitCode ProcessGlobalArgsInternal(std::vector* args, "--no-harmony-import-attributes") == v8_args.end()) { v8_args.emplace_back("--harmony-import-attributes"); } - // TODO(nicolo-ribaudo): remove this once V8 doesn't enable it by default - // anymore. - v8_args.emplace_back("--no-harmony-import-assertions"); auto env_opts = per_process::cli_options->per_isolate->per_env; if (std::find(v8_args.begin(), v8_args.end(),