From 0b084a9e94d16ed71ab05efa4596473ed6e256d8 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 12 Jan 2017 00:00:00 -0800 Subject: handling error --- system/db/init.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'system/db/init.go') diff --git a/system/db/init.go b/system/db/init.go index 49329d3..eaf6d76 100644 --- a/system/db/init.go +++ b/system/db/init.go @@ -9,9 +9,6 @@ import ( "github.com/boltdb/bolt" "github.com/nilslice/jwt" - - // initialize the system with db configuration - _ "github.com/ponzu-cms/ponzu/system/init" ) var store *bolt.DB -- cgit v1.2.3