deleted consoles

parent fc943690
......@@ -41,7 +41,6 @@ export const trackSlice = createSlice({
.addCase(
getTracksByQuery.fulfilled,
(state, {payload}: PayloadAction<ITrack[]>) => {
console.log(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