diff --git a/Sources/P4Runtime/Statements.swift b/Sources/P4Runtime/Statements.swift index 9e72d4b..8bdc051 100644 --- a/Sources/P4Runtime/Statements.swift +++ b/Sources/P4Runtime/Statements.swift @@ -20,7 +20,6 @@ import P4Lang extension BlockStatement: EvaluatableStatement { public func evaluate(execution: ProgramExecution) -> (ControlFlow, ProgramExecution) { - print("I am going to evaluate a block statement?") return ExecuteStatement( self.statements, handleResult: { (cf, execution) in