[gnome-software] trivial: Do not dump the profiling after gnome-software quits



commit 6e2a59efdc340d97b3beb9c7eac477d20033bc0a
Author: Richard Hughes <richard hughsie com>
Date:   Wed Sep 3 13:24:24 2014 +0100

    trivial: Do not dump the profiling after gnome-software quits

 src/gs-main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-main.c b/src/gs-main.c
index f08c5e9..4153fc2 100644
--- a/src/gs-main.c
+++ b/src/gs-main.c
@@ -49,7 +49,6 @@ main (int argc, char **argv)
        status = g_application_run (G_APPLICATION (application), argc, argv);
        g_object_unref (application);
        gs_profile_stop (profile, "GsMain");
-       gs_profile_dump (profile);
        g_object_unref (profile);
 
        return status;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]