diff --git a/frontend/src/components/SubscriptionsList.js b/frontend/src/components/SubscriptionsList.js index 5ad093f3..a5206ee7 100644 --- a/frontend/src/components/SubscriptionsList.js +++ b/frontend/src/components/SubscriptionsList.js @@ -23,7 +23,6 @@ const List = () => { useSubscriptions(); const updateCallback = ({ id, note }) => { - console.log('updateCallback', id) changeNote.mutate({ id, note }); };