Skip to content

Commit

Permalink
shut the fuck up
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Sep 21, 2024
1 parent 879ca57 commit b53759f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/hooks/GeodeNodeMetadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ CCNode* CCNode::querySelector(std::string const& queryStr) {
return nullptr;
}
auto query = std::move(res.unwrap());
log::info("parsed query: {}", query->toString());
// log::info("parsed query: {}", query->toString());
return query->match(this);
}

Expand Down

0 comments on commit b53759f

Please sign in to comment.