mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:10:17 +00:00
fix(autoconfigure/linux): remove debug line
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user