snapshot: remove unuused comment

This commit is contained in:
Tom Wiesing 2022-09-13 17:18:57 +02:00
parent ee330682d9
commit 49b8760527
No known key found for this signature in database

View file

@ -272,7 +272,6 @@ func (snapshot *Snapshot) makeWhitebox(io stream.IOStream, instance Instance) {
og := opgroup.NewOpGroup[string](1) og := opgroup.NewOpGroup[string](1)
// write pathbuilders // write pathbuilders
// TODO: Move this outside of the up/down stuff!
og.GoErr(func(files chan<- string) error { og.GoErr(func(files chan<- string) error {
pbPath := filepath.Join(snapshot.Description.Dest, "pathbuilders") pbPath := filepath.Join(snapshot.Description.Dest, "pathbuilders")