1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-06-08 07:37:46 +00:00

Remove now useless debug message

This commit is contained in:
Joshua Goins 2024-04-14 13:28:32 -04:00
parent 9e7fc833ef
commit 6f12227134

View file

@ -411,7 +411,6 @@ impl GameData {
}
fn get_index2_file(&self, filename: &str) -> Option<&Index2File> {
println!("Trying {}", filename);
self.index2_files.get(filename)
}