[asan] Remove leftover debug print statement.

llvm-svn: 260165
This commit is contained in:
Evgeniy Stepanov 2016-02-08 22:54:46 +00:00
parent 1224488e0c
commit bc937a10a2
1 changed files with 0 additions and 1 deletions

View File

@ -1168,7 +1168,6 @@ static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) {
while (true) {
_aarch64_ctx *ctx = (_aarch64_ctx *)aux;
if (ctx->size == 0) break;
Printf("ctx magic %x\n", ctx->magic);
if (ctx->magic == kEsrMagic) {
*esr = ((__sanitizer_esr_context *)ctx)->esr;
return true;