dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #40821
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 20775: Minor
------------------------------------------------------------
revno: 20775
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-10-19 21:38:17 +0200
message:
Minor
modified:
dhis-2/dhis-support/dhis-support-commons/src/main/java/org/hisp/dhis/commons/util/ExpressionUtils.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-support/dhis-support-commons/src/main/java/org/hisp/dhis/commons/util/ExpressionUtils.java'
--- dhis-2/dhis-support/dhis-support-commons/src/main/java/org/hisp/dhis/commons/util/ExpressionUtils.java 2015-10-19 19:37:11 +0000
+++ dhis-2/dhis-support/dhis-support-commons/src/main/java/org/hisp/dhis/commons/util/ExpressionUtils.java 2015-10-19 19:38:17 +0000
@@ -191,8 +191,6 @@
}
catch ( JexlException ex )
{
- System.out.println( ex.getMessage() );
- System.out.println( DebugUtils.getStackTrace( ex ) );
if ( ex.getMessage().contains( "divide error" ) )
{
return true; //TODO Masking bug in Jexl, fix