Skip to content
Snippets Groups Projects
Commit a3dad6e4 authored by Mikaël Mayer's avatar Mikaël Mayer
Browse files

Removed useless debug statement.

parent 1cbb8bee
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,6 @@ class StringTracingEvaluator(ctx: LeonContext, prog: Program) extends Contextual
case Operator(es, builder) =>
val (ees, ts) = es.map(e).unzip
ctx.reporter.debug("Going to evaluate this ["+rctx.mappings+"]:\n" + builder(ees))(DebugSectionSynthesis)
(underlying.e(builder(ees)), builder(ts))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment