camerauis/cameraxui/cxengine/src/cxediskmonitorprivate.cpp
changeset 29 699651f2666f
parent 21 fa6d9f75d6a6
--- a/camerauis/cameraxui/cxengine/src/cxediskmonitorprivate.cpp	Fri May 14 15:40:46 2010 +0300
+++ b/camerauis/cameraxui/cxengine/src/cxediskmonitorprivate.cpp	Thu May 27 12:43:29 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));