diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-18 13:53:37 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-18 13:53:37 -0400 |
commit | f500ffd69377b5dca924dc159e2e2551775a3041 (patch) | |
tree | c58978b5da348675bc466f135af68036b48bf70e /tools/mwasmarm_patcher/mwasmarm_patcher.c | |
parent | 5f1318919376ec679f5300257b41b28dc68e6f4f (diff) |
remove debug string
Diffstat (limited to 'tools/mwasmarm_patcher/mwasmarm_patcher.c')
-rw-r--r-- | tools/mwasmarm_patcher/mwasmarm_patcher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/mwasmarm_patcher/mwasmarm_patcher.c b/tools/mwasmarm_patcher/mwasmarm_patcher.c index 1330e650..cfea660c 100644 --- a/tools/mwasmarm_patcher/mwasmarm_patcher.c +++ b/tools/mwasmarm_patcher/mwasmarm_patcher.c @@ -170,8 +170,6 @@ int main(int argc, char *argv[]) { sprintf((unsigned char*)&(buf[i*2]), "%02x", sha1[i]);
}
- printf("SHA1: %s\n", buf);
-
for(int i = 0; gPatchDefs[i].sha1before != NULL; i++) {
// check if already patched for the current loop.
if(!strcmp(buf, gPatchDefs[i].sha1after)) {
|