summaryrefslogtreecommitdiff
path: root/src/encyclopedia.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/encyclopedia.rs')
-rw-r--r--src/encyclopedia.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/encyclopedia.rs b/src/encyclopedia.rs
index c74a09f..0df7c70 100644
--- a/src/encyclopedia.rs
+++ b/src/encyclopedia.rs
@@ -159,7 +159,6 @@ impl Encyclopedia {
pub fn construct(&self, template: &Template) -> Result<PreEntity> {
if let Some(new_name) = self.assemblage_substitute.get(&template.name){
- println!("substituting {:?} with {:?}", template.name, new_name);
let mut into = template.clone();
into.name = new_name.clone();
return self.construct(&into);