commit 6d71876df5146da3803d43c47f398dadbe0e206d
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Sat Apr 15 14:31:20 2017 +0200

    Revert "clarification"
    
    This reverts commit d15c8fa61ee4b775b3cec445e8cff42879f57c97.

diff --git a/samples/simple/incident.cpp b/samples/simple/incident.cpp
index f25819c..506392e 100644
--- a/samples/simple/incident.cpp
+++ b/samples/simple/incident.cpp
@@ -54,10 +54,7 @@ void Incident::setCancelledAt(const QDateTime &cancelledAt, bool forceOverwrite)
         // reproduce: change attendanceIncident, ok, change again
         // qint64 diff = qAbs(m_cancelledAt.secsTo(cancelledAt));
         // if (diff > 10) { // giving some delay headroom for a possible double call
-        qDebug()<< "\n\n-------------------------------\n-------------------------------\n----------" \
-           "---------------------\nWHY DOES THIS HAPPEN? \nEach incident's cancelledAt has been invalidated in the ctor! " \
-           "\n------------------------\n-------------------------------\n-------------------------------\n----------------";
-
+        qDebug()<< "\n\n-------------------------------\n-------------------------------\n-------------------------------\nWHY DOES THIS HAPPEN? \nEach incident's cancelledAt has been invalidated in the ctor!\n------------------------\n-------------------------------\n-------------------------------\n-------------------------------";
         // Q_ASSERT(!m_cancelledAt.isValid());
         // THROW_MODERATE_ERROR_CIT("Das Canceln eines Ereignisses ist fehlgeschlagen, das Ereignis war bereits vorher gecancelt!");
         // }
diff --git a/samples/simple/main.cpp b/samples/simple/main.cpp
index 51ad011..1955196 100644
--- a/samples/simple/main.cpp
+++ b/samples/simple/main.cpp
@@ -117,7 +117,8 @@ int main(int argc, char *argv[]) {
             success &= e->save(inc);
             success &= inc->getId() >= 0; // check
         }
-        qDebug()<<(success ? "JAAA es hat geklappt!" : "Immerhin kann man das hier sehen...");
+
+
     } catch(QString s) {
         qDebug()<<s;
     }
