remove useless logic

This commit is contained in:
jichangjun 2021-01-17 18:29:24 +08:00
parent 8facc956eb
commit d951afb435

View File

@ -85,8 +85,6 @@ func (b *Build) cpNonStandardLegacy() {
log.Printf("Failed to Copy the folder from %v to %v, the error is: %v ", src, dst, err)
}
break
} else {
continue
}
}
}