diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2014-01-09 23:55:30 -0800 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-01-09 23:58:14 -0800 |
commit | d6d3b377f82e4427d08de22371dd82aa26f80440 (patch) | |
tree | 27a061bdd8abd4da684a8c3d142465e0e78528b9 /desktop-shell/input-panel.c | |
parent | 700d6ad071614895c3cb305b894b8c1a003db39e (diff) |
keyboard: Make debug output less verbose
The keyboard is too chatty, make it use a dbg() function for logging
which defaults to disabled.
Also drop a noisy fprintf() in input_panel_configure().
Diffstat (limited to 'desktop-shell/input-panel.c')
-rw-r--r-- | desktop-shell/input-panel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-shell/input-panel.c b/desktop-shell/input-panel.c index bb5802ac..267b3ef0 100644 --- a/desktop-shell/input-panel.c +++ b/desktop-shell/input-panel.c @@ -121,8 +121,6 @@ input_panel_configure(struct weston_surface *surface, int32_t sx, int32_t sy) if (surface->width == 0) return; - fprintf(stderr, "%s panel: %d, output: %p\n", __FUNCTION__, ip_surface->panel, ip_surface->output); - if (ip_surface->panel) { x = get_default_view(shell->text_input.surface)->geometry.x + shell->text_input.cursor_rectangle.x2; y = get_default_view(shell->text_input.surface)->geometry.y + shell->text_input.cursor_rectangle.y2; |