diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-28 17:12:38 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-28 17:12:38 -0700 |
commit | 30ea59f0d1cae4229490596efba22f9d9b298f4c (patch) | |
tree | 36371526dc816d897da06784da43737798878e05 | |
parent | 3e19599392728af12f762dff2d969c8190fd8fec (diff) |
debugging
-rw-r--r-- | cmd/ponzu/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index cbd501f..2552256 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -169,7 +169,7 @@ func main() { case "serve", "s": db.Init() - defer db.Close() + // defer db.Close() // analytics.Init() // defer analytics.Close() |