Skip to content

Commit f65e779

Browse files
authored
Remove duplicate log
1 parent 168b17f commit f65e779

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpers/getClasses.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export const getClasses = (
7171

7272
return processedCss.root ? extractICSS(processedCss.root).icssExports : {};
7373
} catch (e) {
74-
logger.log(e);
7574
logger.error(e);
7675
return {};
7776
}

0 commit comments

Comments
 (0)