Skip to content

Commit c7c374e

Browse files
committed
Remove unused log
Signed-off-by: Dev4Mod <[email protected]>
1 parent b48734f commit c7c374e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/features/customization/CustomThemeV2.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
310310
}
311311
} else if (param.thisObject instanceof Paint) {
312312
if (ReflectionUtils.isCalledFromStrings("getValue") && !ReflectionUtils.isCalledFromStrings("android.view")) {
313-
XposedBridge.log(new Exception());
314313
var resultColor = getOriginalColor(sColor);
315314
if (resultColor != -1) {
316315
param.args[0] = resultColor;

0 commit comments

Comments
 (0)