Skip to content

Commit

Permalink
chore: 减少解析时的日志
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 16, 2023
1 parent b887795 commit b5492a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaaFramework/Resource/PipelineResMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ bool get_and_check_value_or_array(const json::value& input, const std::string& k
bool PipelineResMgr::parse_task(const std::string& name, const json::value& input, TaskData& output,
const TaskData& default_value)
{
LogFunc << VAR(name);
LogDebug << VAR(name);

TaskData data;
data.name = name;
Expand Down

0 comments on commit b5492a4

Please sign in to comment.