PRIVATE: removed extra debug statements
This commit is contained in:
parent
0672ca0f2b
commit
e7033ebe74
2 changed files with 0 additions and 2 deletions
|
@ -129,7 +129,6 @@ Decompiler::Decompiler(char *buf, uint32 fileSize, bool mac) {
|
||||||
Common::String firstBytes((const char *)array.begin(), (const char *)array.begin() + kHeaderSize);
|
Common::String firstBytes((const char *)array.begin(), (const char *)array.begin() + kHeaderSize);
|
||||||
|
|
||||||
if (firstBytes != kHeader) {
|
if (firstBytes != kHeader) {
|
||||||
debug("Not a precompiled game matrix");
|
|
||||||
_result = Common::String(buf);
|
_result = Common::String(buf);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,7 +54,6 @@ static void fChgMode(ArgArray args) {
|
||||||
|
|
||||||
if (args.size() == 3) {
|
if (args.size() == 3) {
|
||||||
Symbol *location = g_private->maps.lookupLocation(args[2].u.sym->name);
|
Symbol *location = g_private->maps.lookupLocation(args[2].u.sym->name);
|
||||||
debug("location: %s", location->name->c_str());
|
|
||||||
setSymbol(location, true);
|
setSymbol(location, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue