mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix rebase error
This commit is contained in:
parent
9eb10c09da
commit
df62ba88cb
2 changed files with 0 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue