diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 07:31:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 07:31:31 +0000 |
| commit | 8529aab619c0f26a79cd49ec0f8910433a541263 (patch) | |
| tree | dde094037b766504b0f0cd2ae37120dbcc3fa41d /openbox/screen.c | |
| parent | a414fe42d4654c4c76e344e5bfe0d5838f24da1e (diff) | |
remove debug printings
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 6c9042a9..334e1226 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -625,7 +625,6 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, get_row_col(d, &r, &c); if (lin) { - g_message("linear %d", d); switch (dir) { case OB_DIRECTION_EAST: if (d < screen_num_desktops - 1) @@ -643,7 +642,6 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, assert(0); return screen_desktop; } - g_message("linear %d done", d); } else { switch (dir) { case OB_DIRECTION_EAST: |
