BLADERUNNER: Removed unnecessary debugging code
This commit is contained in:
parent
66dc8afaa3
commit
a0e9b09cd9
22 changed files with 65 additions and 170 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue