summaryrefslogtreecommitdiff
path: root/cli/factory.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-03 09:15:26 +0100
committerGitHub <noreply@github.com>2024-09-03 08:15:26 +0000
commite49d80e500c384b381c375900060e5a476581541 (patch)
tree032064a7ac1a8580e089d4bf67aef4076196e52c /cli/factory.rs
parent5f08d634f73fab21c17cc02f3f3bf8e8b531eee8 (diff)
chore: cleanup code for deprecation notices in JS code (#25368)
This code hasn't been used in some time, so I cleaned as much of it as possible.
Diffstat (limited to 'cli/factory.rs')
-rw-r--r--cli/factory.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/factory.rs b/cli/factory.rs
index 42850f2cb..d1ccac6ce 100644
--- a/cli/factory.rs
+++ b/cli/factory.rs
@@ -866,10 +866,6 @@ impl CliFactory {
node_ipc: cli_options.node_ipc_fd(),
serve_port: cli_options.serve_port(),
serve_host: cli_options.serve_host(),
- // TODO(bartlomieju): temporarily disabled
- disable_deprecated_api_warning: true,
- verbose_deprecated_api_warning: cli_options
- .verbose_deprecated_api_warning,
})
}
}