Remove trace

This commit is contained in:
Lunny Xiao 2021-08-24 10:43:15 +08:00
parent 0b74265790
commit a33fbe831b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
2 changed files with 0 additions and 3 deletions

View File

@ -1078,8 +1078,6 @@ func (d *damengDriver) Parse(driverName, dataSourceName string) (*URI, error) {
return nil, errors.New("user/password needed")
}
fmt.Printf("===== %v %#v\n", dataSourceName, u)
passwd, _ := u.User.Password()
return &URI{
DBType: schemas.DAMENG,

View File

@ -45,7 +45,6 @@ const (
type DialectFeatures struct {
AutoincrMode int // 0 autoincrement column, 1 sequence
AliasKeyword string
}
// Dialect represents a kind of database