mirror of https://github.com/mattn/go-sqlite3.git
Remove debug code
This commit is contained in:
parent
dee1a37fe1
commit
f136f0c8dc
|
@ -1026,8 +1026,6 @@ const CurrentTimeStamp = "2006-01-02 15:04:05"
|
|||
type TimeStamp struct{ *time.Time }
|
||||
|
||||
func (t TimeStamp) Scan(value interface{}) error {
|
||||
fmt.Printf("%T\n", value)
|
||||
|
||||
var err error
|
||||
switch v := value.(type) {
|
||||
case string:
|
||||
|
|
Loading…
Reference in New Issue