[PATCH 2 of 2] Remove accidental commited debug output
Wald Commits
scm-commit at wald.intevation.org
Tue Jul 30 11:19:59 CEST 2013
# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1375175994 -7200
# Node ID 4eaa7c84c0a54580d11a34c3d4982902f77dd314
# Parent 7e5122514b37a922acc91d75f47fde97ec5bea3c
Remove accidental commited debug output
diff -r 7e5122514b37 -r 4eaa7c84c0a5 artifacts/src/main/java/org/dive4elements/river/artifacts/RiverAxisArtifact.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/RiverAxisArtifact.java Tue Jul 30 11:19:27 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/RiverAxisArtifact.java Tue Jul 30 11:19:54 2013 +0200
@@ -110,12 +110,7 @@
@Override
protected String getUrl() {
- String kind = getIdPart(2);
- logger.debug("Andre get url of river axis " + kind);
-
if (isUnofficial()) {
- logger.debug("Returning as url: " + RiverUtils.getUserWMSUrl(artifact.identifier()));
-
return RiverUtils.getUserWMSUrl(artifact.identifier());
} else {
return RiverUtils.getRiverWMSUrl();
More information about the Dive4elements-commits
mailing list