1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-05 08:37:29 +02:00

removed unnecessary debug print

This commit is contained in:
Vadim Kurland 2010-02-17 02:07:04 +00:00
parent 28a4b55982
commit 29a7e0d769
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 2551
#define BUILD_NUM 2552

View File

@ -161,7 +161,6 @@ ProjectPanel::ProjectPanel(QWidget *parent):
ProjectPanel::~ProjectPanel()
{
qDebug() << "ProjectPanel::~ProjectPanel()";
if (rcs) delete rcs;
if (objdb) delete objdb;
delete m_panel;