Remove development remnant in mixin constructor

This commit is contained in:
Olof Larsson 2017-06-11 19:27:46 +02:00
parent 5503ba44f0
commit 43550468f9

View File

@ -93,8 +93,8 @@ public class Mixin extends Engine
} }
catch (Throwable t) catch (Throwable t)
{ {
t.printStackTrace(); //t.printStackTrace();
//throw ReflectionUtil.asRuntimeException(t); throw ReflectionUtil.asRuntimeException(t);
} }
} }