summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscos/window.c b/riscos/window.c
index baf529521..ddee5cedf 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -447,7 +447,6 @@ void ro_gui_throb(void)
g->throbber++;
if ((unsigned int)g->throbber > theme_throbs)
g->throbber = 0;
- LOG(("g->throbber: %d", g->throbber));
sprintf(g->throb_buf, "throbber%u", g->throbber);
wimp_set_icon_state(g->data.browser.toolbar,
ICON_TOOLBAR_THROBBER, 0, 0);