mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 13:25:20 +00:00
Remove unnecessary logging
This commit is contained in:
parent
909c94e983
commit
ea11521961
1 changed files with 0 additions and 6 deletions
|
|
@ -250,12 +250,6 @@
|
||||||
fileMaxSize = res?.file.max_size ?? '';
|
fileMaxSize = res?.file.max_size ?? '';
|
||||||
fileMaxCount = res?.file.max_count ?? '';
|
fileMaxCount = res?.file.max_count ?? '';
|
||||||
enableGoogleDriveIntegration = res.enable_google_drive_integration;
|
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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue