summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-10 23:18:51 -0700
committerraylu <raylu@mixpanel.com>2011-08-10 23:19:05 -0700
commit5b6aef401e33a870eca7cd2b4c69b7705b210fa1 (patch)
tree1db130f1d31c1a5b4cdabc2d07c1c34e221275f2 /main.go
parentd1bfe384e796cf2db9a057271b78666b310d0184 (diff)
downloadaudioaxis-5b6aef401e33a870eca7cd2b4c69b7705b210fa1.tar.xz
remove crappy internet hacks and debug stuff
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7185672..522f0e7 100644
--- a/main.go
+++ b/main.go
@@ -23,7 +23,7 @@ type Playlist struct {
}
var templates *template.Set
-const debug = true
+const debug = false
func main() {
templates = template.SetMust(template.ParseTemplateFiles("templates/*.html"))