Skip to content

Commit 7d1963b

Browse files
authored
build: clean up leftover debug log (#22473)
I left an `@debug` by accident and now it's spamming the logs.
1 parent 7508f46 commit 7d1963b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material-experimental/mdc-core/_elevation.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ $color: black !default;
2222
}
2323

2424
@mixin private-theme-elevation($zValue, $config) {
25-
@debug $config;
2625
$foreground: map.get($config, foreground);
2726
$elevation-color: map.get($foreground, elevation);
2827
$elevation-color-or-default: if($elevation-color == null, $color, $elevation-color);

0 commit comments

Comments
 (0)