diff --git a/KaiheilaBot/commandInterpreter/TaskProcessor.php b/KaiheilaBot/commandInterpreter/TaskProcessor.php index 84749e7..04a2710 100644 --- a/KaiheilaBot/commandInterpreter/TaskProcessor.php +++ b/KaiheilaBot/commandInterpreter/TaskProcessor.php @@ -362,7 +362,6 @@ private function processQuestInfo($questArray): string //技能报酬框架 if (!is_null($questArray['ActionReward'])) { - echo $questArray['ActionReward']; $ActionCard = new Card(); $ActionTitle = new PlainText('技能习得', 'plain-text', 'header'); $ActionCard->insert($ActionTitle);