From 34acda75057375b8782202ffd695955102175468 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 21 Dec 2002 23:04:39 +0000 Subject: [PATCH] Removed debug message git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1991 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 9fa2f3fa..532d4f44 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -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;