aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/slice_animations.cpp
diff options
context:
space:
mode:
authorPeter Kohaut2019-02-07 23:54:47 +0100
committerPeter Kohaut2019-02-08 21:00:52 +0100
commita0e9b09cd9b9be59dcf4c90df152fba8b55390cd (patch)
tree1a35b632f0d8fe4512200b8be5fdf98fdb032f14 /engines/bladerunner/slice_animations.cpp
parent66dc8afaa34c5031b245b18c87a520700bcb5569 (diff)
downloadscummvm-rg350-a0e9b09cd9b9be59dcf4c90df152fba8b55390cd.tar.gz
scummvm-rg350-a0e9b09cd9b9be59dcf4c90df152fba8b55390cd.tar.bz2
scummvm-rg350-a0e9b09cd9b9be59dcf4c90df152fba8b55390cd.zip
BLADERUNNER: Removed unnecessary debugging code
Diffstat (limited to 'engines/bladerunner/slice_animations.cpp')
-rw-r--r--engines/bladerunner/slice_animations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/slice_animations.cpp b/engines/bladerunner/slice_animations.cpp
index 8678c1726b..274d39fc9f 100644
--- a/engines/bladerunner/slice_animations.cpp
+++ b/engines/bladerunner/slice_animations.cpp
@@ -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;
}