diff options
Diffstat (limited to 'src/worldloader.rs')
| -rw-r--r-- | src/worldloader.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/worldloader.rs b/src/worldloader.rs index afaabb7..d8a7c0f 100644 --- a/src/worldloader.rs +++ b/src/worldloader.rs @@ -25,7 +25,6 @@ impl WorldLoader { let mut path = self.directory.clone(); let fname = id.to_string() + ".json"; path.push(fname); - println!("PATH: {:?}", path); let text = fs::read_to_string(path)?; let json: Value = serde_json::from_str(&text)?; let template = RoomTemplate::from_json(&json)?; |
