removed dbg form load order
This commit is contained in:
@@ -55,7 +55,6 @@ impl LoadOrder {
|
|||||||
.map(|f| f.path())
|
.map(|f| f.path())
|
||||||
.collect();
|
.collect();
|
||||||
let refs: Vec<_> = plugins.iter().map(|e| e.as_path()).collect();
|
let refs: Vec<_> = plugins.iter().map(|e| e.as_path()).collect();
|
||||||
dbg!(&refs);
|
|
||||||
self.game.load_plugins(&refs)?;
|
self.game.load_plugins(&refs)?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user