Removed not useful log.
This commit is contained in:
parent
4e95cbd8ec
commit
0f8d487c32
1 changed files with 0 additions and 2 deletions
|
@ -68,8 +68,6 @@ public class Redirector
|
||||||
*/
|
*/
|
||||||
public static void redirect(final HttpServletResponse response, final String destination)
|
public static void redirect(final HttpServletResponse response, final String destination)
|
||||||
{
|
{
|
||||||
logger.info("Redirect to <" + destination + ">");
|
|
||||||
|
|
||||||
redirect(response, destination, Type.MOVED_TEMPORARILY);
|
redirect(response, destination, Type.MOVED_TEMPORARILY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue