Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcanulty committed Jul 10, 2023
1 parent f5bb203 commit 56cf851
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/context/User.Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ const UserProvider = ({children}) => {
};

const addFavouriteSet = ({workoutId, selectedFavouriteToken}) => {
console.log('add', selectedFavouriteToken);
const tempWorkout = {...favouriteWorkoutData};
const setNumber = tempWorkout[workoutId].length + 1;
const newSet = {
Expand Down

0 comments on commit 56cf851

Please sign in to comment.