Remove stray qDebug

This commit is contained in:
Sergio Martins
2022-09-06 15:50:38 +01:00
parent 52cd8f753d
commit ef1ce9bb1d

View File

@@ -52,8 +52,6 @@ Platform::Platform()
{
Q_ASSERT(!s_platform);
s_platform = this;
qDebug() << "Created Platform";
}
Platform::~Platform()