Remove debug code

This commit is contained in:
Yasuhiro Matsumoto 2015-04-15 16:27:00 +09:00
parent dee1a37fe1
commit f136f0c8dc
1 changed files with 0 additions and 2 deletions

View File

@ -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: