remove debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lee 2023-03-26 20:41:21 +01:00
parent 024f553586
commit 33745a3d31
No known key found for this signature in database
GPG Key ID: BAF8F4DB8E7F38EF

@ -140,16 +140,6 @@ export const useSongDataStore = create<SongDataState>()((set) => ({
}
const { bsr, mapArt } = mapDataresponse.data.data;
console.log({
beatleader: {
stars: beatLeaderLeaderboardData.stars,
modifiers: beatLeaderLeaderboardData.modifiers,
passRating: beatLeaderLeaderboardData.passRating,
accRating: beatLeaderLeaderboardData.accRating,
techRating: beatLeaderLeaderboardData.techRating,
},
});
set({
isLoading: false,
hasError: hasError,