diff -r 2094593137f5 -r 699651f2666f camerauis/cameraxui/cxengine/src/cxediskmonitorprivate.cpp --- 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));