Skip to content

Commit

Permalink
AURORA: Remove left-over debug message
Browse files Browse the repository at this point in the history
(Also, the format string should never not be a literal.)
  • Loading branch information
DrMcCoy committed Sep 9, 2018
1 parent 94d91e0 commit eda4855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aurora/fevfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ void FEVFile::readCategory(Common::SeekableReadStream &fev) {

void FEVFile::readEventCategory(Common::SeekableReadStream &fev) {
Common::UString name = readLengthPrefixedString(fev);
info(name.c_str());

fev.skip(4); // Unknown value

Expand Down

0 comments on commit eda4855

Please sign in to comment.