removed dbg form load order

This commit is contained in:
2026-03-02 21:03:11 +01:00
parent fc51b25bc3
commit 0a3b1cc9ed

View File

@@ -55,7 +55,6 @@ impl LoadOrder {
.map(|f| f.path())
.collect();
let refs: Vec<_> = plugins.iter().map(|e| e.as_path()).collect();
dbg!(&refs);
self.game.load_plugins(&refs)?;
Ok(())
}