From ef1ce9bb1db062f671c0a386df3d4fe3f699e935 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Tue, 6 Sep 2022 15:50:38 +0100 Subject: [PATCH] Remove stray qDebug --- src/Platform.cpp | 2 -- 1 file changed, 2 deletions(-) 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()