From f0114656bfc2450d315199edfddb914d80975b98 Mon Sep 17 00:00:00 2001 From: Songtronix Date: Wed, 17 Jul 2019 19:03:37 +0200 Subject: [PATCH] little cleanup --- server-cli/src/main.rs | 2 -- server/Cargo.toml | 1 - 2 files changed, 3 deletions(-) diff --git a/server-cli/src/main.rs b/server-cli/src/main.rs index d45038ab96..952c7c3152 100644 --- a/server-cli/src/main.rs +++ b/server-cli/src/main.rs @@ -39,6 +39,4 @@ fn main() { // Wait for the next tick. clock.tick(Duration::from_millis(1000 / TPS)); } - - //settings.save_to_file().expect("failed to save the settings!"); } diff --git a/server/Cargo.toml b/server/Cargo.toml index 7fed15056d..b0b4738783 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -14,7 +14,6 @@ vek = "0.9" uvth = "3.1.0" lazy_static = "1.3.0" scan_fmt = "0.1.3" - ron = "0.5.1" serde = "1.0" serde_derive = "1.0" \ No newline at end of file