* Remove debug

* Fix missing directory
This commit is contained in:
Sung Won Cho 2019-07-02 18:27:29 +10:00 committed by GitHub
commit 92c3d8376e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -64,8 +64,6 @@ const (
func InitDB() {
var err error
fmt.Println(getPGConnectionString())
DBConn, err = gorm.Open("postgres", getPGConnectionString())
if err != nil {
panic(err)

View file