[Scummvm-git-logs] scummvm master -> e7033ebe749ccd35e43faa3f98cfa258e4808d1a
neuromancer
neuromancer at users.noreply.github.com
Sat Jul 3 19:05:11 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e7033ebe74 PRIVATE: removed extra debug statements
Commit: e7033ebe749ccd35e43faa3f98cfa258e4808d1a
https://github.com/scummvm/scummvm/commit/e7033ebe749ccd35e43faa3f98cfa258e4808d1a
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-07-03T21:05:00+02:00
Commit Message:
PRIVATE: removed extra debug statements
Changed paths:
engines/private/decompiler.cpp
engines/private/funcs.cpp
diff --git a/engines/private/decompiler.cpp b/engines/private/decompiler.cpp
index 0838792e9d..e31392f6f9 100644
--- a/engines/private/decompiler.cpp
+++ b/engines/private/decompiler.cpp
@@ -129,7 +129,6 @@ Decompiler::Decompiler(char *buf, uint32 fileSize, bool mac) {
Common::String firstBytes((const char *)array.begin(), (const char *)array.begin() + kHeaderSize);
if (firstBytes != kHeader) {
- debug("Not a precompiled game matrix");
_result = Common::String(buf);
return;
}
diff --git a/engines/private/funcs.cpp b/engines/private/funcs.cpp
index 544f85a88b..33cf8904a3 100644
--- a/engines/private/funcs.cpp
+++ b/engines/private/funcs.cpp
@@ -54,7 +54,6 @@ static void fChgMode(ArgArray args) {
if (args.size() == 3) {
Symbol *location = g_private->maps.lookupLocation(args[2].u.sym->name);
- debug("location: %s", location->name->c_str());
setSymbol(location, true);
}
More information about the Scummvm-git-logs
mailing list