Skip to content

Commit

Permalink
build: clean up leftover debug log (#22473)
Browse files Browse the repository at this point in the history
I left an `@debug` by accident and now it's spamming the logs.
  • Loading branch information
crisbeto authored Apr 13, 2021
1 parent 7508f46 commit 7d1963b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/material-experimental/mdc-core/_elevation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ $color: black !default;
}

@mixin private-theme-elevation($zValue, $config) {
@debug $config;
$foreground: map.get($config, foreground);
$elevation-color: map.get($foreground, elevation);
$elevation-color-or-default: if($elevation-color == null, $color, $elevation-color);
Expand Down

0 comments on commit 7d1963b

Please sign in to comment.