1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-18 23:09:42 +01:00

Remove debugging aid

This commit is contained in:
Leo Franchi 2012-02-24 11:00:36 -06:00
parent e6efa8dac3
commit 55d7fe9e53

View File

@ -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 );