Mercurial > dive4elements > river
changeset 536:fe2860653f8d
Removed a debug statement.
flys-client/trunk@2034 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 01 Jun 2011 08:49:39 +0000 |
parents | 017371801479 |
children | d2c37ba78feb |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Jun 01 08:15:58 2011 +0000 +++ b/flys-client/ChangeLog Wed Jun 01 08:49:39 2011 +0000 @@ -1,3 +1,8 @@ +2011-06-01 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java: + Removed a debug statement. + 2011-06-01 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/shared/Transform2D.java: New.
--- a/flys-client/src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java Wed Jun 01 08:15:58 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java Wed Jun 01 08:49:39 2011 +0000 @@ -119,8 +119,6 @@ protected Transform2D parseInfoDocument(Document doc) { System.out.println("ChartInfoServiceImpl.parseInfoDocument"); - XMLDebug.out(doc); - Node matrix = (Node) XMLUtils.xpath( doc, XPATH_TRANSFORM_MATRIX,