summaryrefslogtreecommitdiff
path: root/cmd/commandfuncs.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2021-02-22 15:19:09 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2021-02-22 15:19:35 -0700
commitf6bb02b303d4a24c6932fd832f7aa9de224b6833 (patch)
tree3517a94d4683f057d079aa79f5a8fb5fce8aafcc /cmd/commandfuncs.go
parent6722ae3a835702073682e020d8736140fc04538e (diff)
caddytls: Remove old asset migration code (close #3894)
Diffstat (limited to 'cmd/commandfuncs.go')
-rw-r--r--cmd/commandfuncs.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/commandfuncs.go b/cmd/commandfuncs.go
index 2b437c3..77d95b9 100644
--- a/cmd/commandfuncs.go
+++ b/cmd/commandfuncs.go
@@ -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