diff --git a/uppsrc/TextDiffCtrl/PatchDiff.cpp b/uppsrc/TextDiffCtrl/PatchDiff.cpp index 39c815a5b..0965891b5 100644 --- a/uppsrc/TextDiffCtrl/PatchDiff.cpp +++ b/uppsrc/TextDiffCtrl/PatchDiff.cpp @@ -88,7 +88,6 @@ bool PatchDiff::Open(const char *patch_path, const Vector& target_dirs0) Vector target_dirs; for(String s : target_dirs0) target_dirs.Add(UnixPath(s)); - DDUMP(target_dirs); Progress pi; if(!patch.Load(patch_path, pi)) { diff --git a/uppsrc/ide/Browser/Base.cpp b/uppsrc/ide/Browser/Base.cpp index efde8d3a3..11213fffe 100644 --- a/uppsrc/ide/Browser/Base.cpp +++ b/uppsrc/ide/Browser/Base.cpp @@ -8,7 +8,7 @@ #define LDUMP(x) // DDUMP(x) -#define HAS_CLOG +// #define HAS_CLOG #ifdef HAS_CLOG #define CLOG(x) // RLOG(x)