mirror of
https://github.com/dndx/phantun.git
synced 2025-10-16 10:45: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"),
|
Local::now().format("%d-%m-%Y %H:%M:%S"),
|
||||||
level_style.value(record.level()),
|
level_style.value(record.level()),
|
||||||
//record.level(),
|
|
||||||
record.target(),
|
record.target(),
|
||||||
record.args()
|
record.args()
|
||||||
)
|
)
|
||||||
|
@@ -37,7 +37,6 @@ async fn main() -> io::Result<()> {
|
|||||||
"[{} {} {}] {}",
|
"[{} {} {}] {}",
|
||||||
Local::now().format("%d-%m-%Y %H:%M:%S"),
|
Local::now().format("%d-%m-%Y %H:%M:%S"),
|
||||||
level_style.value(record.level()),
|
level_style.value(record.level()),
|
||||||
//record.level(),
|
|
||||||
record.target(),
|
record.target(),
|
||||||
record.args()
|
record.args()
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user