Skip to content

Commit

Permalink
chore(meshwide): delete console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Sep 18, 2024
1 parent eab71c2 commit d75808f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/lime-plugin-mesh-wide/src/meshWideQueries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@ export const useSetLinkReferenceState = ({
},
} as ILinks<typeof linkType>
);
console.log("linkToUpdate", linkToUpdate);
console.log("newReferenceLinks", newReferenceLinks);
console.log("referenceData", referenceData);
console.log("data[hostname]", data[hostname]);
console.log("hostname", hostname);
console.log("queryKey", queryKey);
return doSharedStateApiCall<typeof linkType>(queryKey, ip);
},
ips: Object.keys(nodesToUpdate),
Expand Down

0 comments on commit d75808f

Please sign in to comment.