mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 23:23:10 -06:00
Remove logging
This commit is contained in:
parent
1aa278c74a
commit
6badbdc3c0
|
|
@ -19,7 +19,6 @@ func TestConnectionManager(t *testing.T) {
|
|||
cm := sqlutil.NewConnectionManager(nil, config.DatabaseOptions{})
|
||||
|
||||
dbProps := &config.DatabaseOptions{ConnectionString: config.DataSource(conStr)}
|
||||
t.Logf("XXX: %s", conStr)
|
||||
db, writer, err := cm.Connection(dbProps)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue