Removed logger

This commit is contained in:
Akmal Isomadinov 2024-02-12 16:14:03 +05:00
parent ab137308dc
commit 4d92140880

View File

@ -8,8 +8,6 @@ const ErrorBoundaryWrapper = (props: ErrorBoundaryProps) => {
};
export default inject<TStore>(({ authStore, settingsStore, userStore }) => {
console.log("Render", settingsStore);
const {
whiteLabelLogoUrls,
firebaseHelper,