diff --git a/src/lib/components/admin/Settings/Documents.svelte b/src/lib/components/admin/Settings/Documents.svelte index 055c3c0fe..517751bcb 100644 --- a/src/lib/components/admin/Settings/Documents.svelte +++ b/src/lib/components/admin/Settings/Documents.svelte @@ -250,12 +250,6 @@ fileMaxSize = res?.file.max_size ?? ''; fileMaxCount = res?.file.max_count ?? ''; enableGoogleDriveIntegration = res.enable_google_drive_integration; - console.log('Google Drive Integration onMount:', enableGoogleDriveIntegration); - if (enableGoogleDriveIntegration === undefined) { - console.error('enableGoogleDriveIntegration is undefined onMount'); - } else { - console.log('Google Drive Integration onMount:', enableGoogleDriveIntegration); - } } });