mirror of
http://43.153.184.91:8080/https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2026-03-28 17:37:06 +08:00
removing array log
This commit is contained in:
@@ -129,8 +129,6 @@ function optionalInt(argumentName: string, rawValue: string): number | undefined
|
||||
}
|
||||
|
||||
function optionalStringArray(argumentName: string, rawValue: string): string[] | undefined {
|
||||
console.log(rawValue);
|
||||
|
||||
if (rawValue.length === 0) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user