From f917df3ea132da84174879124408949695acd35a Mon Sep 17 00:00:00 2001 From: rasul Date: Wed, 8 Apr 2020 12:57:08 -0500 Subject: [PATCH] remove unused use --- src/game/state/login.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/state/login.rs b/src/game/state/login.rs index 0d9c6f7..37d449c 100644 --- a/src/game/state/login.rs +++ b/src/game/state/login.rs @@ -1,5 +1,4 @@ use chrono::Utc; -use log::warn; use mio::Token; use crate::command::Command;