mirror of
https://github.com/revanced/smali.git
synced 2025-05-18 15:07:07 +02:00
remove debugging printf
git-svn-id: https://smali.googlecode.com/svn/trunk@461 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
a948461964
commit
a37715b6ec
@ -531,7 +531,7 @@ int main(int argc, char* const argv[])
|
||||
memcpy(buf, command, len);
|
||||
buf[len] = 0;
|
||||
|
||||
printf("%s\n", buf);
|
||||
//printf("%s\n", buf);
|
||||
|
||||
char *cmd = strtok(buf, " ");
|
||||
if (cmd == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user