summaryrefslogtreecommitdiff
path: root/cmd/commandfuncs.go
diff options
context:
space:
mode:
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