Skip to content

Commit 29081a8

Browse files
authored
Update settings.ts
remove log
1 parent b6d36de commit 29081a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/src/js/frontend/dashboard/pages/settings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ const settings = () => {
184184
{} as Record<string, string>,
185185
);
186186

187-
console.log('noti', transformedPayload);
188187
return wpAjaxInstance.post(endpoints.UPDATE_PROFILE_NOTIFICATION, transformedPayload).then((res) => res.data);
189188
},
190189

0 commit comments

Comments
 (0)