diff options
author | Marc Laukien <marc@zeroc.com> | 2004-12-01 00:10:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-12-01 00:10:20 +0000 |
commit | 93e3fa06612413f47f8f9f92e04057ef596460c3 (patch) | |
tree | a61d03e015aecbb9a74cc535f6a2bf9c61c8089d /cpp/src/IcePatch2/ClientUtil.cpp | |
parent | IcePatch2 (diff) | |
download | ice-93e3fa06612413f47f8f9f92e04057ef596460c3.tar.bz2 ice-93e3fa06612413f47f8f9f92e04057ef596460c3.tar.xz ice-93e3fa06612413f47f8f9f92e04057ef596460c3.zip |
fixes
Diffstat (limited to 'cpp/src/IcePatch2/ClientUtil.cpp')
-rwxr-xr-x | cpp/src/IcePatch2/ClientUtil.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/IcePatch2/ClientUtil.cpp b/cpp/src/IcePatch2/ClientUtil.cpp index a956dd78fbc..25297001d5f 100755 --- a/cpp/src/IcePatch2/ClientUtil.cpp +++ b/cpp/src/IcePatch2/ClientUtil.cpp @@ -83,8 +83,6 @@ IcePatch2::Patcher::patch() bool thorough = _thorough; - cout << "--- 1 ---" << endl; - if(!thorough) { try @@ -107,11 +105,9 @@ IcePatch2::Patcher::patch() saveFileInfoSeq(_dataDir, infoSeq); } - cout << "--- 2 ---" << endl; FileTree0 tree0; getFileTree0(infoSeq, tree0); - cout << "--- 3 ---" << endl; FileInfoSeq removeFileSeq; FileInfoSeq updateFileSeq; @@ -166,13 +162,9 @@ IcePatch2::Patcher::patch() } } - cout << "--- 4 ---" << endl; - sort(removeFileSeq.begin(), removeFileSeq.end(), FileInfoLess()); sort(updateFileSeq.begin(), updateFileSeq.end(), FileInfoLess()); - cout << "--- 5 ---" << endl; - if(!removeFileSeq.empty()) { if(!removeFiles(removeFileSeq)) |