Skip to content

Commit 19b3ca7

Browse files
committed
Fixed spdlog compilation issue
1 parent b5ed22a commit 19b3ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factories/sm64/BehaviorScriptFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ std::optional<std::shared_ptr<IParsedData>> SM64::BehaviorScriptFactory::parse(s
185185
while(processing) {
186186
auto opcode = static_cast<BehaviorOpcode>(cmd[0x00]);
187187

188-
SPDLOG_INFO("Processing Command {}", opcode);
188+
// SPDLOG_INFO("Processing Command {}", opcode);
189189

190190
std::vector<BehaviorArgument> arguments;
191191

0 commit comments

Comments
 (0)