From f500ffd69377b5dca924dc159e2e2551775a3041 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sat, 18 Apr 2020 13:53:37 -0400 Subject: remove debug string --- tools/mwasmarm_patcher/mwasmarm_patcher.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/mwasmarm_patcher/mwasmarm_patcher.c') 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)) { -- cgit v1.2.3