Skip to content

Commit e904eb4

Browse files
committed
fix: journal
strip old SEE Code
1 parent cf26002 commit e904eb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

driver/config.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,9 +1218,6 @@ func (cfg *Config) FormatDSN() string {
12181218
var buf bytes.Buffer
12191219

12201220
params := url.Values{}
1221-
if len(cfg.Key) > 0 {
1222-
params.Set("key", cfg.Key)
1223-
}
12241221

12251222
if len(cfg.Cache.String()) > 0 {
12261223
params.Set("cache", cfg.Cache.String())

0 commit comments

Comments
 (0)