diff options
author | Michi Henning <michi@zeroc.com> | 2004-12-31 04:33:50 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-12-31 04:33:50 +0000 |
commit | 4a87971289874c30a856541c5ed3d45b4bd2867e (patch) | |
tree | a4f35a493d5c1f8062aa62433aae055f18e27daa /cpp/src/IcePatch2/Util.cpp | |
parent | Compress == 1 wasn't working as intended and ended up always compressing a (diff) | |
download | ice-4a87971289874c30a856541c5ed3d45b4bd2867e.tar.bz2 ice-4a87971289874c30a856541c5ed3d45b4bd2867e.tar.xz ice-4a87971289874c30a856541c5ed3d45b4bd2867e.zip |
Removed a bit of trace that got left behind.
Diffstat (limited to 'cpp/src/IcePatch2/Util.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Util.cpp b/cpp/src/IcePatch2/Util.cpp index bf2c8c6ecaf..eaef59a8ddd 100644 --- a/cpp/src/IcePatch2/Util.cpp +++ b/cpp/src/IcePatch2/Util.cpp @@ -790,7 +790,6 @@ getFileInfoSeqInt(const string& basePath, const string& relPath, int compress, G // compress == 1: Compress if necessary. // compress >= 2: Always compress. // - cerr << "compress = " << compress << endl; if(compress > 0) { if(compress >= 2 && cb && !cb->compress(relPath)) |