Skip to content

Commit 01ac203

Browse files
authored
Merge pull request #1152 from vr-varad/fix/console
Fix: Remove Console Logs
2 parents 0ca36d8 + 092a66d commit 01ac203

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/theme/theme.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ export const createCustomTheme = (mode: PaletteMode, primitives?: PrimitivePalet
164164
mode == 'light' ? SistentDefaultPrimitivePaletteLight : SistentDefaultPrimitivePaletteDark;
165165
const p = primitives ? _.merge({}, defaultPrimitives, primitives) : undefined;
166166

167-
console.log('Creating theme with mode:', mode, 'and brandPalette:', primitives);
168-
169167
const customBrandedTheme: Partial<ThemePalette> = p
170168
? {
171169
surface: {

0 commit comments

Comments
 (0)