Skip to content

Commit

Permalink
hide debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Sep 9, 2022
1 parent 7e71a33 commit 1d18a1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public Object getValue(String expression) {
default:
exp = expression;
}
System.out.println("looking for: " + expression + " - exp - " + exp);
System.out.println("to return: " + super.getValue(exp));
// System.out.println("looking for: " + expression + " - exp - " + exp);
// System.out.println("to return: " + super.getValue(exp));
return super.getValue(exp);
}

Expand Down

0 comments on commit 1d18a1d

Please sign in to comment.