summaryrefslogtreecommitdiff
path: root/system/admin/admin.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-11 19:05:24 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-11 19:05:24 -0800
commit27bc2530281cd1586fdccfdefd98580dff48ebde (patch)
tree396dcee988b749524cbf38f693868bb85e6f921b /system/admin/admin.go
parentbab8292abf06a409007dbec68424e7df16a6e25c (diff)
moving content _ import to config package
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r--system/admin/admin.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index 594ffb3..9c4cfdd 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -12,9 +12,6 @@ import (
"github.com/ponzu-cms/ponzu/system/api/analytics"
"github.com/ponzu-cms/ponzu/system/db"
"github.com/ponzu-cms/ponzu/system/item"
-
- // content package must be initialized so our db is pre-configured
- _ "github.com/ponzu-cms/ponzu/content"
)
var startAdminHTML = `<!doctype html>