summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/poem/read.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/poem/read.rs b/src/poem/read.rs
index 2b0dd60..afa35e7 100644
--- a/src/poem/read.rs
+++ b/src/poem/read.rs
@@ -79,7 +79,6 @@ impl Appendable for Poem {
Some(alias) => {
// Interpret the alias (could be a complex poem)
let mut poem = Poem::read(alias.to_string(), env)?;
- println!("{:?}", poem);
// Try and get the last verse
let lv = match poem.last_mut() {