diff --git a/src/main.cpp b/src/main.cpp index 1c20c03a6..a3bc52df7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -96,7 +96,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 );