src/hbcore/core/hbsmartoffset_p.h
changeset 28 b7da29130b0e
parent 21 4633027730f5
--- a/src/hbcore/core/hbsmartoffset_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/core/hbsmartoffset_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -50,7 +50,6 @@
         if (mOffset != -1) {
             HbMemoryManager * manager = HbMemoryManager::instance(mType);
             manager->free(mOffset);
-            qDebug() << "HbSmartOffset::~HbSmartOffset() offset = " << mOffset;
         }
     }
 private: