From ac1e8ebb16763be7a2a2cc77657116eee7cd9c69 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Mon, 11 Mar 2013 21:38:20 -0400 Subject: [PATCH] removing this bit --- site/coffee/main.coffee | 1 - 1 file changed, 1 deletion(-) 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,