Skip to content

Commit

Permalink
remove console log in get word data fn
Browse files Browse the repository at this point in the history
  • Loading branch information
nramos0 committed Sep 12, 2021
1 parent 2e2e0a3 commit 7b92fed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/net/requests/getWordData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ export const useGetWordData = (fn?: {
return undefined;
}

console.log('getting word data with token ', token);

return getWordData({}, token);
},
{
Expand Down

0 comments on commit 7b92fed

Please sign in to comment.