File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ If you do not wish to include credentials in your CSV file they can be provided
333333 log .Debug ().Msgf ("ContainerId is 0, omitting from request" )
334334 reqJson .Set (nil , "ContainerId" )
335335 }
336- log .Debug ().Msgf ("Request JSON: %s" , reqJson .String ())
336+ // log.Debug().Msgf("Request JSON: %s", reqJson.String())
337337
338338 // parse properties
339339 var createStoreReqParameters api.CreateStoreFctArgs
@@ -377,7 +377,7 @@ If you do not wish to include credentials in your CSV file they can be provided
377377
378378 createStoreReqParameters .Password = passwdParams
379379 createStoreReqParameters .Properties = props
380- log .Debug ().Msgf ("Request parameters: %v" , createStoreReqParameters )
380+ // log.Debug().Msgf("Request parameters: %v", createStoreReqParameters)
381381
382382 log .Info ().Msgf ("Calling Command to create store from row '%d'" , idx )
383383 res , err := kfClient .CreateStore (& createStoreReqParameters )
You can’t perform that action at this time.
0 commit comments