Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Feb 16, 2024
1 parent d499f02 commit 7119966
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ const useReducers = () => {
);

const clip = await mutating;
console.log('clip', clip);

void mutators.readClip?.(
async () => {
const result = await readClipsFetcher(readClipsKeyConstructor(1));
Expand Down

0 comments on commit 7119966

Please sign in to comment.