Skip to content

Commit

Permalink
Remove unnecessary debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed May 24, 2020
1 parent 5a38e4f commit d8d2669
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2753,8 +2753,6 @@ void MainWindow::notesWereModified(const QString &str) {
return;
}

qDebug() << "Current note was modified externally!";

showStatusBarMessage(tr("Current note was modified externally"),
5000);

Expand Down

0 comments on commit d8d2669

Please sign in to comment.