diff --git a/cmd/backup.go b/cmd/backup.go index 454c887..b327b6c 100644 --- a/cmd/backup.go +++ b/cmd/backup.go @@ -60,8 +60,7 @@ func (bi backupInstance) Run(context wisski_distillery.Context) error { } defer func() { logging.LogMessage(context.IOStream, "Removing temporary backup directory") - context.Println(path) - // os.RemoveAll(path) // TODO: Turn this on again + os.RemoveAll(path) // TODO: Turn this on again }() // make the snapshot!