diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-11 18:35:12 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-11 18:35:12 -0800 |
commit | dd233c720e32b1c19e8bb344dff2c19b2d803277 (patch) | |
tree | b6bd357e067eeeaf9f57b1cfdd236f98628c2265 | |
parent | f65a0092d3c30880d8bf6a9e9f07573b36ee7816 (diff) |
attempting to force item.Types to be populated before the db Init step
-rw-r--r-- | cmd/ponzu/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index 6ac6dad..d958e8b 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -14,9 +14,6 @@ import ( "github.com/ponzu-cms/ponzu/system/api/analytics" "github.com/ponzu-cms/ponzu/system/db" "github.com/ponzu-cms/ponzu/system/tls" - - // import registers content types - _ "github.com/ponzu-cms/ponzu/content" ) var ( |