about summary refs log tree commit diff
path: root/website
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-13T14·06+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-13T14·06+0100
commit6a3af6c9c61a8237dfee96c3eb5ce8f9cb2bc0d8 (patch)
tree1ddb8f72306286c96cd0154f3d839966801b8f41 /website
parent774c0ddf05ebefc0a43fc80488267e313bfa6770 (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.elm2
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.