From 55d7fe9e53edeaebe8706a065a19a0b47c83caf4 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 24 Feb 2012 11:00:36 -0600 Subject: [PATCH] Remove debugging aid --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4ad4ca4d4..f25a34a58 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -124,7 +124,7 @@ main( int argc, char *argv[] ) #endif #ifndef ENABLE_HEADLESS - // new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() ); + new BreakPad( QDir::tempPath(), TomahawkSettings::instance()->crashReporterEnabled() ); #endif KDSingleApplicationGuard guard( &a, KDSingleApplicationGuard::AutoKillOtherInstances );