fix: journal

strip old SEE Code
This commit is contained in:
Gert-Jan Timmer 2018-08-02 23:24:01 +02:00
parent cf26002960
commit e904eb404c
1 changed files with 0 additions and 3 deletions

View File

@ -1218,9 +1218,6 @@ func (cfg *Config) FormatDSN() string {
var buf bytes.Buffer var buf bytes.Buffer
params := url.Values{} params := url.Values{}
if len(cfg.Key) > 0 {
params.Set("key", cfg.Key)
}
if len(cfg.Cache.String()) > 0 { if len(cfg.Cache.String()) > 0 {
params.Set("cache", cfg.Cache.String()) params.Set("cache", cfg.Cache.String())