From 592bf1dfcb38b071cc1d51a14f88d68694ab2817 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 22 Jan 2020 13:16:09 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@13934 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/TextDiffCtrl/PatchDiff.cpp | 1 - uppsrc/ide/Browser/Base.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)