Skip to content

Commit e05ab3d

Browse files
committed
chore: remove sass debug output
1 parent 2573e0a commit e05ab3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shiny/ui/_theme_brand.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ def __init__(
340340
}
341341
}
342342
@if $white != null and $black != null {
343-
@debug "$white is #{inspect($white)}";
344-
@debug "$black is #{inspect($black)}";
345343
$gray-100: mix($white, $black, 90%);
346344
$gray-200: mix($white, $black, 80%);
347345
$gray-300: mix($white, $black, 70%);

0 commit comments

Comments
 (0)