From 28fd71c58667bdf69bfd211dfaabb0fca945eb71 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 1 Jun 2013 22:18:53 +0200 Subject: [PATCH] Installer: CopyEngine: Remove some debug/uncommented code --- src/apps/installer/CopyEngine.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/apps/installer/CopyEngine.cpp b/src/apps/installer/CopyEngine.cpp index 144a85dc01..a9fb1de985 100644 --- a/src/apps/installer/CopyEngine.cpp +++ b/src/apps/installer/CopyEngine.cpp @@ -141,7 +141,6 @@ CopyEngine::CopyFile(const BEntry& _source, const BEntry& _destination, SemaphoreLocker lock(cancelSemaphore); if (cancelSemaphore >= 0 && !lock.IsLocked()) { // We are supposed to quit -printf("CopyFile - cancled\n"); return B_CANCELED; } @@ -555,10 +554,6 @@ CopyEngine::_ShouldClobberFolder(const char* name, const struct stat& statInfo, printf("clobbering '%s'.\n", name); return true; } -// if (strcmp("develop", name) == 0) { -// printf("clobbering '%s'.\n", name); -// return true; -// } } return false; } @@ -621,5 +616,3 @@ CopyEngine::_WriteThread() megaBytes / seconds); } } - -