diff --git a/src/lib/shell/flow.rs b/src/lib/shell/flow.rs
index 81d59fd817bd29c430b5d75a3fa6d22bc5158cb0..12e09fcf48bfb13983cb626d6b4b32a669a29c9d 100644
--- a/src/lib/shell/flow.rs
+++ b/src/lib/shell/flow.rs
@@ -374,7 +374,6 @@ impl FlowLogic for Shell {
             // Go through all of the statements and build up the block stack
             // When block is done return statement for execution.
             for statement in StatementSplitter::new(&stmt).map(parse_and_validate) {
-                println!("A: {:?}", statement);
                 match insert_statement(&mut self.flow_control, statement) {
                     Err(why) => {
                         eprintln!("{}", why);