mirror of
https://gitee.com/BDWare/cp.git
synced 2026-01-28 17:19:26 +00:00
chore: optimize log in MaskHandler
This commit is contained in:
@@ -19,8 +19,8 @@ public class MaskHandler implements AnnotationHook {
|
|||||||
DesktopEngine desktopEngine = (DesktopEngine) Engine;
|
DesktopEngine desktopEngine = (DesktopEngine) Engine;
|
||||||
ProjectConfig projectConfig = desktopEngine.getProjectConfig();
|
ProjectConfig projectConfig = desktopEngine.getProjectConfig();
|
||||||
JsonElement maskConf = projectConfig.getMask(input.getAction());
|
JsonElement maskConf = projectConfig.getMask(input.getAction());
|
||||||
LOGGER.info("execute maskConf: " + maskConf);
|
|
||||||
if (null != maskConf) {
|
if (null != maskConf) {
|
||||||
|
LOGGER.debug("execute maskConf: " + maskConf);
|
||||||
String s1 = ret.toString();
|
String s1 = ret.toString();
|
||||||
//budeijin
|
//budeijin
|
||||||
//"{\"count\":1}"
|
//"{\"count\":1}"
|
||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user