Fix rebase error

This commit is contained in:
Atlante45 2018-01-24 14:31:11 -08:00 committed by Seth Alves
parent 9eb10c09da
commit df62ba88cb
2 changed files with 0 additions and 2 deletions

View file

@ -61,7 +61,6 @@ int main(int argc, const char* argv[]) {
// Instance UserActivityLogger now that the settings are loaded
auto& ual = UserActivityLogger::getInstance();
qDebug() << "UserActivityLogger is enabled:" << ual.isEnabled();
if (ual.isEnabled()) {

View file

@ -42,7 +42,6 @@ bool startCrashHandler() {
annotations["token"] = BACKTRACE_TOKEN;
annotations["format"] = "minidump";
annotations["service-name"] = BuildInfo::INTERFACE_NAME.toStdString();
annotations["version"] = BuildInfo::VERSION.toStdString();
arguments.push_back("--no-rate-limit");