Skip to content

Commit da8dd13

Browse files
committed
nit
1 parent 74e8e4f commit da8dd13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/app.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,6 @@ export class ComfyApp {
999999
#addDropHandler() {
10001000
// Get prompt from dropped PNG or json
10011001
document.addEventListener('drop', async (event) => {
1002-
console.log("Received drop event")
10031002
event.preventDefault()
10041003
event.stopPropagation()
10051004

0 commit comments

Comments
 (0)