Removed debug messages

This commit is contained in:
Jesse van den Kieboom 2006-01-08 16:30:48 +00:00
parent f578ba68f5
commit bddfe1dbf7
1 changed files with 0 additions and 3 deletions

View File

@ -78,8 +78,6 @@ gm_external_view_new(GmWorld *world, GmEditor *editor) {
obj->editor = editor;
obj->filename = gm_editor_write_lines(editor);
GM_DEBUG("Saved to: %s", obj->filename);
gm_external_view_update_last_modified(obj);
gnome_vfs_monitor_add(&(obj->monitor), obj->filename,
@ -99,7 +97,6 @@ gm_external_view_new(GmWorld *world, GmEditor *editor) {
spawn_command[1] = "-e";
spawn_command[2] = command;
GM_DEBUG("Spawning: %s %s %s", spawn_command[0], spawn_command[1], spawn_command[2]);
gm_external_view_spawn(obj, spawn_command);
} else {
g_shell_parse_argv(command, &an, &av, NULL);