diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-03 09:15:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 08:15:26 +0000 |
commit | e49d80e500c384b381c375900060e5a476581541 (patch) | |
tree | 032064a7ac1a8580e089d4bf67aef4076196e52c /cli/standalone/mod.rs | |
parent | 5f08d634f73fab21c17cc02f3f3bf8e8b531eee8 (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/standalone/mod.rs')
-rw-r--r-- | cli/standalone/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/standalone/mod.rs b/cli/standalone/mod.rs index 4c199a7d5..a0a312ad9 100644 --- a/cli/standalone/mod.rs +++ b/cli/standalone/mod.rs @@ -737,9 +737,6 @@ pub async fn run( node_ipc: None, serve_port: None, serve_host: None, - // TODO(bartlomieju): temporarily disabled - disable_deprecated_api_warning: true, - verbose_deprecated_api_warning: false, }, ); |