fix(autoconfigure/linux): remove debug line

This commit is contained in:
2025-10-28 00:06:02 -04:00
parent 268a2cb28b
commit deeda650a7

View File

@@ -6,7 +6,6 @@ use crate::generators::GeneratorDeclaration;
use crate::generators::list::ListConfiguration;
use crate::utils;
use anyhow::{Context, Result};
use log::info;
use std::collections::BTreeMap;
use uefi::CString16;
use uefi::fs::{FileSystem, Path};
@@ -215,8 +214,6 @@ pub fn scan(
},
);
info!("{:?}", config);
// We had a Linux kernel, so return true to indicate something was found.
Ok(true)
}