From 422a465d6e089b24346765732f1ccd2ffc54c6f0 Mon Sep 17 00:00:00 2001 From: Luca Ferrarotti Date: Sun, 14 May 2023 15:33:13 +0200 Subject: [PATCH] Remoce not more necessary rem code --- phantun/src/bin/client.rs | 1 - phantun/src/bin/server.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/phantun/src/bin/client.rs b/phantun/src/bin/client.rs index 33e8394..42fbfed 100644 --- a/phantun/src/bin/client.rs +++ b/phantun/src/bin/client.rs @@ -37,7 +37,6 @@ async fn main() -> io::Result<()> { "[{} {} {}] {}", Local::now().format("%d-%m-%Y %H:%M:%S"), level_style.value(record.level()), - //record.level(), record.target(), record.args() ) diff --git a/phantun/src/bin/server.rs b/phantun/src/bin/server.rs index 5eac967..e5fcebb 100644 --- a/phantun/src/bin/server.rs +++ b/phantun/src/bin/server.rs @@ -37,7 +37,6 @@ async fn main() -> io::Result<()> { "[{} {} {}] {}", Local::now().format("%d-%m-%Y %H:%M:%S"), level_style.value(record.level()), - //record.level(), record.target(), record.args() )