Remove debugging Println

context
Jack Christensen 2017-02-12 08:12:36 -06:00
parent d0a6921d12
commit cc414269c1
1 changed files with 0 additions and 2 deletions

View File

@ -255,8 +255,6 @@ func (c *Conn) queryPreparedContext(ctx context.Context, name string, argsV []dr
return nil, err
}
fmt.Println("ere")
return &Rows{rows: rows}, nil
}