Skip to content

Commit 1a9ea36

Browse files
committed
fix: modify print
1 parent 9da8cc8 commit 1a9ea36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/tencentcloud/cvm/step_run_instance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ func (s *stepRunInstance) Run(ctx context.Context, state multistep.StateBag) mul
162162
},
163163
}
164164
}
165-
Message(state, req.ToJsonString(), "[DEBUG] request data")
166165

167166
var resp *cvm.RunInstancesResponse
168167
err = Retry(ctx, func(ctx context.Context) error {

0 commit comments

Comments
 (0)