We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b39e421 + 0f9e440 commit eef2e56Copy full SHA for eef2e56
2 files changed
package.json
@@ -23,7 +23,6 @@
23
"postuninstall": "electron-builder install-app-deps",
24
"test:e2e": "npx playwright test"
25
},
26
- "main": "background.js",
27
"dependencies": {
28
"@electron/remote": "^2.0.4",
29
"animated-gif-detector": "^1.2.0",
@@ -110,4 +109,4 @@
110
109
"resolutions": {
111
"electron-builder": "23.0.2"
112
}
113
-}
+}
src/application/worker/store/modules/inputs.js
@@ -182,11 +182,6 @@ const actions = {
182
const writeTo = writeToSwap ? swap : state;
183
184
if (!writeTo.inputs[inputId]) {
185
- console.warn(
186
- "Did not remove inputLink. Could not find input with id",
187
- inputId
188
- );
189
-
190
return false;
191
192
0 commit comments