remove extra format argument

This commit is contained in:
yggverse 2025-06-10 01:53:05 +03:00
parent 599435f1ab
commit 1f349cd7c7
3 changed files with 1 additions and 23 deletions

View file

@ -19,10 +19,6 @@ fn main() -> anyhow::Result<()> {
let is_debug_i = argument.debug.contains("i");
let is_debug_d = argument.debug.contains("d");
if !matches!(argument.format.to_lowercase().as_str(), "nginx") {
todo!("Format `{}` yet not supported!", argument.format)
}
if is_debug_i {
debug::info("Crawler started");
}