mirror of
https://github.com/dndx/phantun.git
synced 2025-10-16 02:35:35 +08:00
Remoce not more necessary rem code
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
@@ -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()
|
||||
)
|
||||
|
Reference in New Issue
Block a user