Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit a989f12

Browse files
committed
Remove logging
1 parent d3c9843 commit a989f12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/4_PromptComponent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ export class PromptComponent extends React.Component<Props, State> implements Ke
348348
}
349349

350350
private handleDrop(event: DragEvent) {
351-
console.log(event.dataTransfer.files[0].path);
352351
this.prompt.setValue(this.prompt.value + (event.dataTransfer.files[0].path));
353352
this.setDOMValueProgrammatically(this.prompt.value);
354353
}

0 commit comments

Comments
 (0)