caddytls: Remove old asset migration code (close #3894)

This commit is contained in:
Matthew Holt
2021-02-22 15:19:09 -07:00
parent 6722ae3a83
commit f6bb02b303
4 changed files with 1 additions and 202 deletions

View File

@ -174,9 +174,6 @@ func cmdRun(fl Flags) (int, error) {
printEnvironment()
}
// TODO: This is TEMPORARY, until the RCs
moveStorage()
// load the config, depending on flags
var config []byte
var err error