Skip to content

Commit

Permalink
chore(core): remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
aliemir committed May 6, 2024
1 parent ab6265f commit 287c0d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const prepareQueryContext = (
Object.defineProperty(queryContext, "signal", {
enumerable: true,
get: () => {
console.log("with getter prepare");
return context.signal;
},
});
Expand Down

0 comments on commit 287c0d5

Please sign in to comment.