Remove useless condition

This commit is contained in:
nemunaire 2020-06-09 22:20:37 +02:00
parent 9d15f6b9a6
commit a2ad45b1b8
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@ func (s *LevelDBStorage) GetSource(u *happydns.User, id int64) (src *happydns.So
}
err = decodeData(v, src)
if err != nil {
return
}
return
}