Index: sources/storage/Logger.cpp =================================================================== diff -u -r79a6cfcb10472261f3ec26eaf0baf6f1245cd311 -rec7f919fdb70ff29a8de627937e4ad7008e59c1c --- sources/storage/Logger.cpp (.../Logger.cpp) (revision 79a6cfcb10472261f3ec26eaf0baf6f1245cd311) +++ sources/storage/Logger.cpp (.../Logger.cpp) (revision ec7f919fdb70ff29a8de627937e4ad7008e59c1c) @@ -331,8 +331,6 @@ */ bool Logger::exportLogs() { - // disabled coco begin validated: This needs user interaction to check the old files deleted - // has been tested manually int result = 0; static QString mOSource; QString mDestination = USB_Mount_Point; @@ -348,7 +346,6 @@ mOSource = ""; return result >= 0; // refer to QProcess::execute(hit F1 on execute) doc. } -// disabled coco end /*! * \brief Logger::concurrentExportLogs