Skip to content

Commit 34cbcfd

Browse files
committed
fix: remove debug log from save interceptor
1 parent 75a195b commit 34cbcfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-demo/custom/SaveInterceptor.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { useAdminforth } from "@/adminforth"
44
const { registerSaveInterceptor } = useAdminforth()
55
66
registerSaveInterceptor(async ({ action, values, resource }) => {
7-
console.log('Custom Save Interceptor triggered:', { action, values, resource });
87
const modal = window?.adminforthTwoFaModal;
98
if (modal?.get2FaConfirmationResult) {
109
const confirmationResult = await modal.get2FaConfirmationResult(

0 commit comments

Comments
 (0)