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/action.c | |
| parent | a414fe42d4654c4c76e344e5bfe0d5838f24da1e (diff) | |
remove debug printings
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/action.c b/openbox/action.c index 275ba96a..a7ddc7dd 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -918,9 +918,6 @@ void action_send_to_desktop_dir(union ActionData *data) d = screen_cycle_desktop(data->sendtodir.dir, data->sendtodir.wrap, data->sendtodir.linear, data->sendtodir.final, data->sendtodir.cancel); - - g_message("sendto %d", d); - client_set_desktop(c, d, TRUE); screen_set_desktop(d); } |
