From 5aee445d73fe57d257daa652a85ad164c1bc3289 Mon Sep 17 00:00:00 2001 From: SamKirkland Date: Fri, 13 Nov 2020 13:49:44 -0600 Subject: [PATCH] Update index.js --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 1270dc5..3d5d90a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6651,7 +6651,6 @@ function optionalInt(argumentName, rawValue) { core.setFailed(`${argumentName}: invalid parameter - you provided "${rawValue}". Try a whole number (no decimals) instead like 1234`); } function optionalStringArray(argumentName, rawValue) { - console.log(rawValue); if (rawValue.length === 0) { return undefined; }