Remove extraneous logging.

bug 8888887

Change-Id: I68d01c2ba649257be1577d53f330ad28d3b57011
This commit is contained in:
Tim Murray
2013-05-09 12:02:50 -07:00
parent ffe3b5b89f
commit da67debe22
2 changed files with 2 additions and 2 deletions

View File

@ -1100,7 +1100,7 @@ public class RenderScript {
} catch(InterruptedException e) {
}
}
Log.d(LOG_TAG, "MessageThread exiting.");
//Log.d(LOG_TAG, "MessageThread exiting.");
}
}