Skip to content

Commit 3384765

Browse files
committed
removing array log
1 parent 6d1a190 commit 3384765

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ function optionalInt(argumentName: string, rawValue: string): number | undefined
129129
}
130130

131131
function optionalStringArray(argumentName: string, rawValue: string): string[] | undefined {
132-
console.log(rawValue);
133-
134132
if (rawValue.length === 0) {
135133
return undefined;
136134
}

0 commit comments

Comments
 (0)