diff options
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r-- | system/admin/admin.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go index 8febbf7..a4053ad 100644 --- a/system/admin/admin.go +++ b/system/admin/admin.go @@ -4,7 +4,6 @@ package admin import ( "bytes" - "fmt" "html/template" "github.com/nilslice/cms/content" @@ -55,8 +54,6 @@ func Admin(manager []byte) []byte { Subview: template.HTML(manager), } - fmt.Println(a.Types) - buf := &bytes.Buffer{} tmpl := template.Must(template.New("admin").Parse(adminHTML)) tmpl.Execute(buf, a) |