From d16d9f13110e084ef3c5a4b0f9561a5eb5f3158f Mon Sep 17 00:00:00 2001 From: Charles Teague Date: Wed, 1 Sep 2021 09:41:22 -0400 Subject: [PATCH] remove extraneous debug statements --- src/resources/formats/html/bootstrap/_bootstrap-variables.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resources/formats/html/bootstrap/_bootstrap-variables.scss b/src/resources/formats/html/bootstrap/_bootstrap-variables.scss index aaac93b643..9d0449df32 100644 --- a/src/resources/formats/html/bootstrap/_bootstrap-variables.scss +++ b/src/resources/formats/html/bootstrap/_bootstrap-variables.scss @@ -76,8 +76,6 @@ $navbar-hl: if( color.mix($navbar-bg, $link-color, 80%), $navbar-fg ) !default; -@debug $navbar-bg; -@debug $navbar-fg; $navbar-dark-color: $navbar-fg !default; $navbar-dark-hover-color: rgba($navbar-hl, 0.8) !default;