Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit a760552

Browse files
authored
修复: 会输出QuoteMessage json的问题
修复: 会输出QuoteMessage json的问题 (调试时留下的语句忘记删除)
2 parents 17f3e44 + 423ede4 commit a760552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mirai/defs/messages/QuoteMessage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Cyan
3333
if (json["type"].is_null() || json["type"].get<string>() != this->GetType())
3434
throw std::runtime_error("给定的json不正确");
3535
messageId_ = json["id"].get<int64_t>();
36-
std::cout << json.dump() << std::endl;
36+
//std::cout << json.dump() << std::endl;
3737
return true;
3838
}
3939
virtual json ToJson() const override

0 commit comments

Comments
 (0)