Commented out debug messages.
[emufront] / src / dataobjects / emufrontobject.cpp
index 8be68c2..d6bee57 100644 (file)
@@ -39,7 +39,7 @@ EmuFrontObject::EmuFrontObject(int id, QString name)
 
 EmuFrontObject::~EmuFrontObject()
 {
-    qDebug() << "EmuFrontObject " << name << " dying.";
+    // qDebug() << "EmuFrontObject " << name << " dying.";
 }
 
 EmuFrontObject& EmuFrontObject::operator =(const EmuFrontObject &ob)