diff --git a/src/Platform.cpp b/src/Platform.cpp index 7b6e61e8..4fe81b1c 100644 --- a/src/Platform.cpp +++ b/src/Platform.cpp @@ -52,8 +52,6 @@ Platform::Platform() { Q_ASSERT(!s_platform); s_platform = this; - - qDebug() << "Created Platform"; } Platform::~Platform()