From 45de510ce0a50fc532bb78be9f9ba11465bc14c6 Mon Sep 17 00:00:00 2001 From: Joel Longtine Date: Wed, 15 Dec 2021 10:04:25 -0700 Subject: [PATCH] Clean up old code Signed-off-by: Joel Longtine --- plan/task/writefile.go | 1 - 1 file changed, 1 deletion(-) 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 }