mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
remove logging
This commit is contained in:
parent
eb5a1731a3
commit
8e581f69ec
@ -9,7 +9,6 @@ import { createLazyProxy } from "@stackframe/stack-shared/dist/utils/proxies";
|
||||
export const configOverridesCrudHandlers = createLazyProxy(() => createCrudHandlers(configOverrideCrud, {
|
||||
paramsSchema: yupObject({}),
|
||||
onUpdate: async ({ auth, data }) => {
|
||||
console.log("data", data, '!!!!!!!!!!!!!');
|
||||
if (data.config_override_string) {
|
||||
let parsedConfig;
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user