comparison flys-client/src/main/java/de/intevation/flys/client/server/GGInAFilter.java @ 4419:e96f2a6e4c3e

Less debug output in GGInAFilter Remove unnecessary debug output in GGInAFilter
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 06 Nov 2012 13:29:16 +0100
parents fcdc0d2fdf8f
children
comparison
equal deleted inserted replaced
4418:e0a355d0c771 4419:e96f2a6e4c3e
135 this.handleResponse(resp, redirect); 135 this.handleResponse(resp, redirect);
136 return; 136 return;
137 } 137 }
138 } 138 }
139 139
140 logger.debug("GGInAFilter.doFilter");
141 chain.doFilter(req, resp); 140 chain.doFilter(req, resp);
142 return; 141 return;
143 } 142 }
144 143
145 private void redirect(ServletResponse resp) throws IOException { 144 private void redirect(ServletResponse resp) throws IOException {

http://dive4elements.wald.intevation.org