Skip to content

Commit c828315

Browse files
committed
comment out unused import
1 parent cd2e596 commit c828315

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/core/src/host/wasm_common/module_host_actor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ use std::sync::Arc;
77
use std::time::Duration;
88

99
use super::instrumentation::CallTimes;
10-
use crate::database_logger::{self, SystemLogger};
10+
// use crate::database_logger;
11+
use crate::database_logger::SystemLogger;
1112
use crate::db::datastore::locking_tx_datastore::MutTxId;
1213
use crate::db::datastore::traits::{IsolationLevel, Program};
1314
use crate::db::db_metrics::DB_METRICS;

0 commit comments

Comments
 (0)