deleted consoles

parent fc943690
...@@ -41,7 +41,6 @@ export const trackSlice = createSlice({ ...@@ -41,7 +41,6 @@ export const trackSlice = createSlice({
.addCase( .addCase(
getTracksByQuery.fulfilled, getTracksByQuery.fulfilled,
(state, {payload}: PayloadAction<ITrack[]>) => { (state, {payload}: PayloadAction<ITrack[]>) => {
console.log(payload);
state.tracks = payload; state.tracks = payload;
} }
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment