Cleanup.
This commit is contained in:
@@ -18,7 +18,6 @@ impl FileAccessInterface for LocalFileAccessInterface {
|
||||
.map(PathBuf::as_path)
|
||||
.map(|pb| pb.join(path))
|
||||
.unwrap_or_else(|| PathBuf::from(path));
|
||||
eprintln!("Reading file: {}", final_path.display());
|
||||
Ok(std::fs::read_to_string(final_path)?)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user