1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove console.log

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-11-19 16:24:58 -05:00
parent 86687f8b71
commit 93cc9680f6

View File

@ -51,8 +51,6 @@ export class PathPicker extends React.Component<PathPickerProps> {
...dialogOptions,
});
console.log(filePaths);
if (canceled) {
await onCancel?.();
} else {