From bc537a8c84c89bede31ca44425eda52ed15971bf Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 30 Sep 2002 19:01:56 +0000 Subject: [PATCH] Removed debug messages git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1235 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/lang.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Source/lang.cpp b/Source/lang.cpp index da2ae682..b9f4d47b 100644 --- a/Source/lang.cpp +++ b/Source/lang.cpp @@ -309,13 +309,7 @@ void CEXEBuild::FillDefaultsIfNeeded(StringTable *table, NLF *nlf/*=0*/) { char c; if (sec->name_ptr < 0) c = 'a'; else c=build_strlist.get()[sec->name_ptr]; - if (c && c != '-' && !(sec->default_state&DFS_RO)) { - SCRIPT_MSG("one section\n"); - iscp++; - } - else { - SCRIPT_MSG("one section down\n"); - } + if (c && c != '-' && !(sec->default_state&DFS_RO)) iscp++; } if (iscp) {