Skip to content

Commit

Permalink
removal of console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Hundal committed Nov 30, 2023
1 parent d124135 commit 9973d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const useOIPCHook = () => {
setOipcData(stagedOIPCData);
}, [isOIPCReview])

console.log("HOOK", oipcData)
// console.log("HOOK", oipcData)

//OIPC Functions
const addOIPC = () => {
Expand Down

0 comments on commit 9973d37

Please sign in to comment.