snapshot: remove unuused comment
This commit is contained in:
parent
ee330682d9
commit
49b8760527
1 changed files with 0 additions and 1 deletions
1
internal/env/snapshot.go
vendored
1
internal/env/snapshot.go
vendored
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue