From 6a3af6c9c61a8237dfee96c3eb5ce8f9cb2bc0d8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 13 Apr 2020 15:06:35 +0100 Subject: Don't render the notes on the piano I was using this to debug a feature that I no longer need to debug. --- website/sandbox/chord-drill-sergeant/src/Piano.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/sandbox/chord-drill-sergeant/src/Piano.elm b/website/sandbox/chord-drill-sergeant/src/Piano.elm index 80c24834c1c8..f539f95fc9f6 100644 --- a/website/sandbox/chord-drill-sergeant/src/Piano.elm +++ b/website/sandbox/chord-drill-sergeant/src/Piano.elm @@ -78,7 +78,7 @@ natural { offset, isHighlit, note } = , style "position" "absolute" , style "left" (String.fromInt offset ++ "px") ] - [ p [] [ text (Theory.viewNote note) ] ] + [] {-| These are the black keys on most modern pianos. -- cgit 1.4.1