summaryrefslogtreecommitdiffstats
path: root/core/cloudstorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/cloudstorage.cpp')
-rw-r--r--core/cloudstorage.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/cloudstorage.cpp b/core/cloudstorage.cpp
index 11743303c..bdd562e60 100644
--- a/core/cloudstorage.cpp
+++ b/core/cloudstorage.cpp
@@ -73,9 +73,6 @@ void CloudStorageAuthenticate::uploadFinished()
csSettings.setVerificationStatus(CS_INCORRECT_USER_PASSWD);
myLastError = cloudAuthReply;
report_error("%s", qPrintable(cloudAuthReply));
- /* TODO: Emit a signal with the error
- MainWindow::instance()->getNotificationWidget()->showNotification(get_error_string(), KMessageWidget::Error);
- */
}
emit finishedAuthenticate();
}