remove debug spew for 'run' command in polkit-1
authorDavid Zeuthen <davidz@redhat.com>
Tue, 27 Jan 2009 19:23:23 +0000 (14:23 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 27 Jan 2009 19:23:23 +0000 (14:23 -0500)
src/programs/polkit.c

index 82fac54..de46b15 100644 (file)
@@ -658,8 +658,6 @@ do_run (gint argc, gchar *argv[])
       goto out;
     }
 
-  g_printerr ("Launching program %s\n", argv[0]);
-
   execvp (argv[0], argv);
 
   g_printerr ("Error launching program: %m\n");