Add Store::load_in_cache(... FileID)
This commit is contained in:
parent
7170f95825
commit
bd9abf3bc7
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ impl Store {
|
|||
{
|
||||
let idstr : String = id.clone().into();
|
||||
let path = format!("{}/{}-{}.imag", self.storepath, m.name(), idstr);
|
||||
debug!("Loading path = '{}'", path);
|
||||
let mut string = String::new();
|
||||
|
||||
FSFile::open(&path).map(|mut file| {
|
||||
|
|
Loading…
Reference in a new issue