From ad65ddb77719614dfe123fef9901f73b34a344e6 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 18 Oct 2012 03:18:07 +0000 Subject: [PATCH] Simplify a boolean condition. --- nse_main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nse_main.lua b/nse_main.lua index 7a4e5f5dc..2fbdfa3a0 100644 --- a/nse_main.lua +++ b/nse_main.lua @@ -500,7 +500,6 @@ do print_debug(2, "Script %s was selected by %s%s.", basename, - script_params.selection and script_params.selection or "(unknown)", script_params.forced and " and forced to run" or ""); local script_closure_generator = loadscript(filename);