From ca83176be00adac755493299570858b4c27e770e Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 10 Jan 2005 11:40:06 +0000 Subject: [PATCH] removed debug message git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3850 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 fc68fea0..408cd11d 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -3052,7 +3052,6 @@ int CEXEBuild::doCommand(int which_token, LineParser &line) build_last_overwrite=build_overwrite; build_overwrite=k; } - SCRIPT_MSG("overwrite = %d, last_overwrite = %d\n", build_overwrite, build_last_overwrite); SCRIPT_MSG("SetOverwrite: %s\n",line.gettoken_str(1)); } return PS_OK;