BLADERUNNER: Removed unnecessary debugging code

This commit is contained in:
Peter Kohaut 2019-02-07 23:54:47 +01:00
parent 66dc8afaa3
commit a0e9b09cd9
22 changed files with 65 additions and 170 deletions

View file

@ -139,7 +139,7 @@ bool SliceAnimations::PageFile::open(const Common::String &name) {
_pageOffsets[pageNumber] = dataOffset + i * _sliceAnimations->_pageSize;
}
debug(5, "PageFile::Open: page file \"%s\" opened with %d pages", name.c_str(), pageCount);
// debug(5, "PageFile::Open: page file \"%s\" opened with %d pages", name.c_str(), pageCount);
return true;
}