minor changes

This commit is contained in:
yutianwu
2018-11-30 13:01:36 +08:00
parent e255b30c63
commit 98128e72fa
3 changed files with 14 additions and 17 deletions
-1
View File
@@ -141,7 +141,6 @@ func LoadFilePV(keyFilePath string, stateFilePath string) *FilePV {
func LoadOrGenFilePV(keyFilePath string, stateFilePath string) *FilePV {
var pv *FilePV
if cmn.FileExists(keyFilePath) {
println(keyFilePath)
pv = LoadFilePV(keyFilePath, stateFilePath)
} else {
pv = GenFilePV(keyFilePath, stateFilePath)