Skip to content

Commit eef2e56

Browse files
authored
Merge pull request #879 from vcync/next
fix: remove inputLink warning (#878)
2 parents b39e421 + 0f9e440 commit eef2e56

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"postuninstall": "electron-builder install-app-deps",
2424
"test:e2e": "npx playwright test"
2525
},
26-
"main": "background.js",
2726
"dependencies": {
2827
"@electron/remote": "^2.0.4",
2928
"animated-gif-detector": "^1.2.0",
@@ -110,4 +109,4 @@
110109
"resolutions": {
111110
"electron-builder": "23.0.2"
112111
}
113-
}
112+
}

src/application/worker/store/modules/inputs.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,6 @@ const actions = {
182182
const writeTo = writeToSwap ? swap : state;
183183

184184
if (!writeTo.inputs[inputId]) {
185-
console.warn(
186-
"Did not remove inputLink. Could not find input with id",
187-
inputId
188-
);
189-
190185
return false;
191186
}
192187

0 commit comments

Comments
 (0)