Skip to content

Commit

Permalink
fix: rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Dec 18, 2023
1 parent bef3aba commit 20eed08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/main/views/Main/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export async function checkLocalAPI(
if (response && response?.status === 200) {
if (response?.contentLength === "0") {
setResponseType(ResponseEnum.GO);
console.log("setting plugin to true")
LocalPluginsManagement().togglePluginVisibility(
"Query Item",
"Cardinal View",
Expand Down

0 comments on commit 20eed08

Please sign in to comment.