diff --git a/site/coffee/main.coffee b/site/coffee/main.coffee index 5ae3508..5c02cf0 100644 --- a/site/coffee/main.coffee +++ b/site/coffee/main.coffee @@ -19,7 +19,6 @@ # DEALINGS IN THE SOFTWARE. HyCodeMirror = CodeMirror.fromTextArea($('#hython-target')[0], { - value: "(print \"hello, world\")", mode: "clojure", theme: "twilight", autofocus: true,