Skip to content

Commit aebc176

Browse files
committed
Hopefully the last error
1 parent 899285d commit aebc176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factories/sm64/LevelScriptFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ std::optional<std::shared_ptr<IParsedData>> SM64::LevelScriptFactory::parse(std:
206206
while(processing) {
207207
auto opcode = static_cast<LevelOpcode>(cmd[0x00]);
208208

209-
SPDLOG_INFO("Processing Command {}", opcode);
209+
// SPDLOG_INFO("Processing Command {}", opcode);
210210

211211
std::vector<LevelArgument> arguments;
212212

0 commit comments

Comments
 (0)