diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-11-18 08:08:59 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-11-18 08:09:13 +0200 |
commit | 5b17794c4dcb39a68e02fbed213738b14f477922 (patch) | |
tree | 5f192a22d6e835556571e15a3a79a736912ca7c7 /src | |
parent | 655b57ee7f5c54d09ab6fa7ca9776156ff8a9166 (diff) |
antiantidebug: remove printf
Diffstat (limited to 'src')
-rw-r--r-- | src/libc-antiantidebug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libc-antiantidebug.c b/src/libc-antiantidebug.c index 940f6a1..db03770 100644 --- a/src/libc-antiantidebug.c +++ b/src/libc-antiantidebug.c @@ -29,7 +29,6 @@ bionic_open(const char *path, int oflag, ...) break; } - printf("%s\n", status); faked = fmemopen(status, sizeof(status), "rb"); assert(faked && "fmemopen failed :/"); } |