Skip to content

Commit

Permalink
Removed unwanted debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Dec 15, 2023
1 parent 00acce8 commit ed7a371
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,13 +459,11 @@ int main(int argc, char* argv[])
splash.showMessage(QObject::tr("Backuping Database"), Qt::AlignBottom|Qt::AlignCenter);

/* a migration can break a database therefore a backup is call before it */
qInfo() << "backup";
if (!backupDatabase())
{
QMessageBox::critical(nullptr, QMessageBox::tr("QLog Error"),
QMessageBox::tr("Could not export a QLog database to ADIF as a backup.<p>Try to export your log to ADIF manually"));
}
qInfo() << "backup f";

splash.showMessage(QObject::tr("Migrating Database"), Qt::AlignBottom|Qt::AlignCenter);

Expand Down

0 comments on commit ed7a371

Please sign in to comment.