prune: maskhandler logs

This commit is contained in:
CaiHQ 2021-11-22 11:56:29 +08:00
parent 2f7411d5e6
commit f72e05679c

View File

@ -41,7 +41,7 @@ public class MaskHandler implements AnnotationHook {
} }
return ret; return ret;
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); // e.printStackTrace();
return ret; return ret;
} }
} }