diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-13T14·06+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-13T14·06+0100 |
commit | 6a3af6c9c61a8237dfee96c3eb5ce8f9cb2bc0d8 (patch) | |
tree | 1ddb8f72306286c96cd0154f3d839966801b8f41 /website | |
parent | 774c0ddf05ebefc0a43fc80488267e313bfa6770 (diff) |
Don't render the notes on the piano
I was using this to debug a feature that I no longer need to debug.
Diffstat (limited to 'website')
-rw-r--r-- | website/sandbox/chord-drill-sergeant/src/Piano.elm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |