Remove debug stacktrace from MemcachedSessionDataMap.

This commit is contained in:
Jan Bartel 2016-06-17 15:52:54 +10:00
parent 4bf4c51084
commit ea633359a6
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ public class MemcachedSessionDataMap implements SessionDataMap
}
catch (IOException e)
{
e.printStackTrace();
throw new IllegalStateException(e);
}
}