Remove debug message

This commit is contained in:
Govindas 2020-05-20 14:18:23 +03:00
parent 8b5121d5fb
commit b5f2d56263
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ public class EffExecuteStatement extends Delay {
}
dataSource = (Expression<HikariDataSource>) exprs[1];
Expression<?> expr = exprs[2];
System.out.println(matchedPattern);
isSync = matchedPattern == 1;
if (expr instanceof Variable) {
Variable<?> varExpr = (Variable<?>) expr;