diff --git a/service/key_command/src/key_command_handler.cpp b/service/key_command/src/key_command_handler.cpp index 83ae36b0c62ed62103cc8256c66a32c8c98cc35e..e26bfd1378d4bfaa030f7b7f66e105fbe6c6b98f 100644 --- a/service/key_command/src/key_command_handler.cpp +++ b/service/key_command/src/key_command_handler.cpp @@ -905,7 +905,6 @@ void KeyCommandHandler::ProcessKnuckleGestureTouchUp(NotifyType type) ability.abilityName = WAKEUP_ABILITY_NAME; ability.bundleName = AIBASE_BUNDLE_NAME; ability.params.emplace(std::make_pair("shot_type", "smart-shot")); - MMI_HILOGI("The isStartBase_:%{public}d, sessionKey_:%{public}s", isStartBase_, sessionKey_.c_str()); if (!isStartBase_) { ability.params.emplace(std::make_pair("fingerPath", "")); ability.params.emplace(std::make_pair("launch_type", "knuckle_gesture_pre"));