| Index: runtime/bin/eventhandler_linux.cc
|
| diff --git a/runtime/bin/eventhandler_linux.cc b/runtime/bin/eventhandler_linux.cc
|
| index 10c110c72cafc019bce061350d94535609dd5483..db7a55525a631842e831ef6c71448a706414a5b6 100644
|
| --- a/runtime/bin/eventhandler_linux.cc
|
| +++ b/runtime/bin/eventhandler_linux.cc
|
| @@ -215,7 +215,6 @@ static void PrintEventMask(struct pollfd* pollfd) {
|
|
|
| intptr_t EventHandlerImplementation::GetPollEvents(struct pollfd* pollfd) {
|
| #ifdef DEBUG_POLL
|
| - printf("Poll events:\n");
|
| if (pollfd->fd != interrupt_fds_[0]) PrintEventMask(pollfd);
|
| #endif
|
| intptr_t event_mask = 0;
|
|
|