Cleanup of the previous patch (debug message removed)

This commit is contained in:
natureh
2011-07-13 17:15:32 +02:00
parent b9b5e37ef2
commit 648be3d894

View File

@@ -96,7 +96,6 @@ static void CALLBACK current_directory_monitor_callback (DWORD error, DWORD nByt
// To make sure it's not flooding update, this gets filtered.
time_t curTime= ::time(NULL);
if (notify && monData->listener && ::difftime(curTime, monData->lastTimeUpdateDir)>1.0) {
printf("----- Appel de WinDirChanged -----\n");
monData->listener->winDirChanged ();
monData->lastTimeUpdateDir = curTime;
}