Merge branch 'statistics' of git.plannaplan.pl:y0rune/frontend into statistics

This commit is contained in:
wrzesinski-hubert 2021-01-23 18:55:18 +01:00
commit adaf44f2f7
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ export const CoursesProvider = ({ children }: CoursesProviderProps) => {
);
const basket = data === '' ? [] : data;
setBasket(basket);
console.log("basket:",basket);
} catch (e) {
console.log(e);
}