Skip to content

Commit

Permalink
fix(*): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Aug 1, 2023
1 parent df4a990 commit bc833cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GlobalState.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const DataProvider = ({ children }) => {
dispatch: dispatch

}
console.log(state)
ProductsAPI();
return (
<GlobalState.Provider value={state}>
Expand Down

0 comments on commit bc833cd

Please sign in to comment.