mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:40:16 +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::generators::list::ListConfiguration;
|
||||||
use crate::utils;
|
use crate::utils;
|
||||||
use anyhow::{Context, Result};
|
use anyhow::{Context, Result};
|
||||||
use log::info;
|
|
||||||
use std::collections::BTreeMap;
|
use std::collections::BTreeMap;
|
||||||
use uefi::CString16;
|
use uefi::CString16;
|
||||||
use uefi::fs::{FileSystem, Path};
|
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.
|
// We had a Linux kernel, so return true to indicate something was found.
|
||||||
Ok(true)
|
Ok(true)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user