From 5b6aef401e33a870eca7cd2b4c69b7705b210fa1 Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 10 Aug 2011 23:18:51 -0700 Subject: remove crappy internet hacks and debug stuff --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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")) -- cgit v1.2.3