aboutsummaryrefslogtreecommitdiff
path: root/src/garage/cli/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/garage/cli/init.rs')
-rw-r--r--src/garage/cli/init.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/garage/cli/init.rs b/src/garage/cli/init.rs
index 80283c8f..511b53a6 100644
--- a/src/garage/cli/init.rs
+++ b/src/garage/cli/init.rs
@@ -1,7 +1,5 @@
use std::path::PathBuf;
-use log::warn;
-
use garage_util::error::*;
pub const READ_KEY_ERROR: &str = "Unable to read node key. It will be generated by your garage node the first time is it launched. Ensure that your garage node is currently running. (The node key is supposed to be stored in your metadata directory.)";