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:
parent
86687f8b71
commit
93cc9680f6
@ -51,8 +51,6 @@ export class PathPicker extends React.Component<PathPickerProps> {
|
||||
...dialogOptions,
|
||||
});
|
||||
|
||||
console.log(filePaths);
|
||||
|
||||
if (canceled) {
|
||||
await onCancel?.();
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user