camerauis/cameraxui/cxengine/src/cxediskmonitorprivate.cpp
changeset 43 0e652f8f1fbd
parent 28 3075d9b614e6
--- a/camerauis/cameraxui/cxengine/src/cxediskmonitorprivate.cpp	Thu May 13 21:30:19 2010 +0300
+++ b/camerauis/cameraxui/cxengine/src/cxediskmonitorprivate.cpp	Thu Jul 15 01:55:05 2010 +0300
@@ -72,14 +72,6 @@
     // Get the current free space.
     mLatestFreeBytes = free(false);
 
-    // TESTING >>>
-    /*
-    static qint64 TEST = 20*1000*1000;
-    TEST /= 2;
-    mLatestFreeBytes = TEST;
-    */
-    // <<< TESTING
-
     // If space has changed during monitoring, signal it now.
     if (previousFree != mLatestFreeBytes && isMonitoring()) {
         CX_DEBUG(("CxeDiskMonitorPrivate - Disk space changed %d -> %d bytes", previousFree, mLatestFreeBytes));