From 49b8760527b0e282e67c23ef8d65392d5d2bc7ed Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Tue, 13 Sep 2022 17:18:57 +0200 Subject: [PATCH] snapshot: remove unuused comment --- internal/env/snapshot.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/env/snapshot.go b/internal/env/snapshot.go index 1328e72..cd14c81 100644 --- a/internal/env/snapshot.go +++ b/internal/env/snapshot.go @@ -272,7 +272,6 @@ func (snapshot *Snapshot) makeWhitebox(io stream.IOStream, instance Instance) { og := opgroup.NewOpGroup[string](1) // write pathbuilders - // TODO: Move this outside of the up/down stuff! og.GoErr(func(files chan<- string) error { pbPath := filepath.Join(snapshot.Description.Dest, "pathbuilders")