Removed debug messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1235 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f7144c7bc5
commit
bc537a8c84
1 changed files with 1 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue