Fix trace

This commit is contained in:
Lunny Xiao 2021-06-09 18:13:21 +08:00
parent f0e9874b57
commit 6146dfe299
1 changed files with 0 additions and 2 deletions

View File

@ -804,8 +804,6 @@ func (db *postgres) Version(ctx context.Context, queryer core.Queryer) (*schemas
return nil, err
}
fmt.Println("---", version)
// Postgres: 9.5.22 on x86_64-pc-linux-gnu (Debian 9.5.22-1.pgdg90+1), compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
// CockroachDB CCL v19.2.4 (x86_64-unknown-linux-gnu, built
if strings.HasPrefix(version, "CockroachDB") {