Removed debug message
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1991 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3732dc36a4
commit
34acda7505
1 changed files with 0 additions and 1 deletions
|
@ -3815,7 +3815,6 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char
|
|||
char* dllPath = m_plugins.GetPluginDll(uninstall_mode, &command, &data_handle);
|
||||
if (dllPath)
|
||||
{
|
||||
SCRIPT_MSG(command);
|
||||
if (uninstall_mode) uninst_plugin_used = true;
|
||||
else plugin_used = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue