@@ -92,7 +92,6 @@ public class BaseHook {
@SuppressLint("PrivateApi")
public String getProperty(String key, String defaultValue) {
- log("getProperty: " + key);
String value = defaultValue;
try {
Context context = getContext();