diff options
| author | Po Lu | 2023-03-18 13:07:59 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-18 13:07:59 +0800 |
| commit | 90348dabbf165ad221bf6421549236d7e9882503 (patch) | |
| tree | d63d96e425e2363087e2cd902490c3ddd7686ed0 /src/androidterm.c | |
| parent | 6d28b596a9f2da8ed02d71b6815ffc1bda61c11e (diff) | |
| download | emacs-90348dabbf165ad221bf6421549236d7e9882503.tar.gz emacs-90348dabbf165ad221bf6421549236d7e9882503.zip | |
Remove extraneous debugging code
* src/androidterm.c (handle_one_android_event): Don't log expose
events.
Diffstat (limited to 'src/androidterm.c')
| -rw-r--r-- | src/androidterm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/androidterm.c b/src/androidterm.c index 825d6da60fa..1bc11e600f7 100644 --- a/src/androidterm.c +++ b/src/androidterm.c | |||
| @@ -1127,11 +1127,6 @@ handle_one_android_event (struct android_display_info *dpyinfo, | |||
| 1127 | 1127 | ||
| 1128 | if (!FRAME_GARBAGED_P (f)) | 1128 | if (!FRAME_GARBAGED_P (f)) |
| 1129 | { | 1129 | { |
| 1130 | __android_log_print (ANDROID_LOG_VERBOSE, __func__, | ||
| 1131 | "expose: %d %d %d %d\n", | ||
| 1132 | event->xexpose.x, event->xexpose.y, | ||
| 1133 | event->xexpose.width, | ||
| 1134 | event->xexpose.height); | ||
| 1135 | expose_frame (f, event->xexpose.x, event->xexpose.y, | 1130 | expose_frame (f, event->xexpose.x, event->xexpose.y, |
| 1136 | event->xexpose.width, event->xexpose.height); | 1131 | event->xexpose.width, event->xexpose.height); |
| 1137 | show_back_buffer (f); | 1132 | show_back_buffer (f); |