Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahfuller committed Jun 24, 2024
1 parent c59db6b commit 4e4ca0c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {

const handleSimilar = useCallback(async () => {
const item = ctx.data[0];
console.log(ctx);
const songs = await controller.getSimilarSongs({
apiClientProps: {
server: getServerById(item.serverId),
Expand Down

0 comments on commit 4e4ca0c

Please sign in to comment.