diff --git a/plan/task/writefile.go b/plan/task/writefile.go index 611abb68..f92fb8b2 100644 --- a/plan/task/writefile.go +++ b/plan/task/writefile.go @@ -50,7 +50,6 @@ func (t *writeFileTask) Run(ctx context.Context, pctx *plancontext.Context, s so mode, err := v.Lookup("mode").Int64() - // err = fmt.Errorf("%s: unhandled data type in WriteFile: %w", path, err) if err != nil { return nil, err }