From d146b343df7af63f1fdf580cb37ae09492de299d Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 13 Jul 2015 14:30:57 +0000 Subject: [PATCH] .removed DUMP git-svn-id: svn://ultimatepp.org/upp/trunk@8681 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/idefile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/ide/idefile.cpp b/uppsrc/ide/idefile.cpp index 284ff1834..dbb926ee9 100644 --- a/uppsrc/ide/idefile.cpp +++ b/uppsrc/ide/idefile.cpp @@ -525,7 +525,6 @@ void Ide::EditFile0(const String& path, byte charset, bool astext, const String& } else { String s = in.Get(3); - DUMPHEX(s); if(s.GetCount() >= 2) { if((byte)s[0] == 0xff && (byte)s[1] == 0xfe) charset = CHARSET_UTF16_LE_BOM;