Skip to content

Commit

Permalink
Merge pull request #879 from vcync/next
Browse files Browse the repository at this point in the history
fix: remove inputLink warning (#878)
  • Loading branch information
2xAA authored Jun 21, 2023
2 parents b39e421 + 0f9e440 commit eef2e56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"postuninstall": "electron-builder install-app-deps",
"test:e2e": "npx playwright test"
},
"main": "background.js",
"dependencies": {
"@electron/remote": "^2.0.4",
"animated-gif-detector": "^1.2.0",
Expand Down Expand Up @@ -110,4 +109,4 @@
"resolutions": {
"electron-builder": "23.0.2"
}
}
}
5 changes: 0 additions & 5 deletions src/application/worker/store/modules/inputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ const actions = {
const writeTo = writeToSwap ? swap : state;

if (!writeTo.inputs[inputId]) {
console.warn(
"Did not remove inputLink. Could not find input with id",
inputId
);

return false;
}

Expand Down

0 comments on commit eef2e56

Please sign in to comment.