Remove development remnant in mixin constructor
This commit is contained in:
parent
5503ba44f0
commit
43550468f9
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user