Skip to content

Commit

Permalink
SHERLOCK: Remove accidentally committed debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed May 16, 2015
1 parent 2cfc6a0 commit 7963c64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/sherlock/objects.cpp
Expand Up @@ -477,7 +477,6 @@ Object::Object() {
* Load the data for the object
*/
void Object::load(Common::SeekableReadStream &s, bool isRoseTattoo) {
uint32 p = s.pos(); warning("%.4x", p);
char buffer[41];
s.read(buffer, 12);
_name = Common::String(buffer);
Expand Down Expand Up @@ -559,7 +558,6 @@ void Object::load(Common::SeekableReadStream &s, bool isRoseTattoo) {
for (int idx = 0; idx < 4; ++idx)
_use[idx].load(s, false);
}
warning("%.4x", s.pos() - p);
}

/**
Expand Down

0 comments on commit 7963c64

Please sign in to comment.