Remove debug stacktrace from MemcachedSessionDataMap.
This commit is contained in:
parent
4bf4c51084
commit
ea633359a6
|
@ -91,7 +91,6 @@ public class MemcachedSessionDataMap implements SessionDataMap
|
||||||
}
|
}
|
||||||
catch (IOException e)
|
catch (IOException e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
|
||||||
throw new IllegalStateException(e);
|
throw new IllegalStateException(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue