Commit e8a8b26e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Removed useless warning.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@737 b35dd754-fafc-0310-a699-88a17e54d16e
parent f2ca08c7
......@@ -221,7 +221,6 @@ public class HistoryStrategy {
setType(Type.valueOf(typeName));
}
catch (Exception e) {
Log.warn("Error setting history type from string. Using default type.", e);
if (parent != null) {
setType(Type.defaulType);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment