瀏覽代碼

remove debug info

tags/v0.5
patrick 5 年之前
父節點
當前提交
27d9ed2477
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      db.go

+ 0
- 2
db.go 查看文件

@@ -2,7 +2,6 @@ package main

import (
"database/sql"
"fmt"
"log"
"net/http"
"strconv"
@@ -24,7 +23,6 @@ func (m *TransactionDB) conn(c AppConfig) error {
panic(err.Error())
}
m.h = h
fmt.Printf("%x", h)
return err
}


Loading…
取消
儲存