config: remove commented-out code from tomlloader (#714)

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
This commit is contained in:
Iskander (Alex) Sharipov
2018-10-04 06:37:58 +03:00
committed by Kota Kanbe
parent 6da8b3c4a1
commit 4ded028258

View File

@@ -104,7 +104,6 @@ func (c TOMLLoader) Load(pathToToml, keyPass string) error {
}
}
// s.KeyPassword = keyPass
s.KeyPassword = v.KeyPassword
if len(s.KeyPassword) == 0 {
s.KeyPassword = d.KeyPassword