diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-31 16:43:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-31 16:43:16 +0000 |
| commit | 860020c1e1b62a0aa9297745f24870b822edba42 (patch) | |
| tree | 30966857879f6b7b077a2599a4ead14fb2578593 /openbox/session.c | |
| parent | e5afb0db59cdeaa35ae2f67cf40589bc6d197022 (diff) | |
kill some output
Diffstat (limited to 'openbox/session.c')
| -rw-r--r-- | openbox/session.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openbox/session.c b/openbox/session.c index e259cf30..2ad31ee6 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -419,8 +419,6 @@ void session_load(char *path) xmlNodePtr node, n; gchar *sm_id; - g_message("loading session from %s", path); - if (!parse_load(path, "openbox_session", &doc, &node)) return; @@ -480,10 +478,7 @@ void session_load(char *path) state->max_vert = parse_find_node("max_vert", node->xmlChildrenNode) != NULL; - g_message("read session window %s", state->name); - /* save this */ - g_message("saved state for %s %s", state->name, state->id); sm_saved_state = g_slist_prepend(sm_saved_state, state); goto session_load_ok; |
