Skip to content

Commit 9f939ad

Browse files
author
Artem
committed
remove comments
1 parent d7ae94a commit 9f939ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

redisinsight/api/src/utils/cli-helper.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,9 @@ export const splitCliCommandLine = (line: string): string[] => {
162162
if (i < line.length) i += 1;
163163
}
164164
args.push(convertToStringIfPossible(currentArg));
165-
// args.push(currentArg);
166165
currentArg = '';
167166
}
168-
// return [convertToStringIfPossible(args.pop()), ...args];
167+
169168
return args;
170169
};
171170

0 commit comments

Comments
 (0)