feat(sprout): cleanup default logging

This commit is contained in:
2025-10-27 15:44:29 -04:00
parent d6e8fe0245
commit e729d6a60b
2 changed files with 0 additions and 7 deletions

View File

@@ -33,8 +33,6 @@ fn load_driver(context: Rc<SproutContext>, driver: &DriverDeclaration) -> Result
// Push the path of the driver from the root.
full_path.push_str(&context.stamp(&driver.path));
info!("driver path: {}", full_path);
// Convert the path to a device path.
let device_path = utils::text_to_device_path(&full_path)?;