File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -836,9 +836,7 @@ impl Configurator {
836836
837837 // process input parameters first
838838 if let Some ( parameters_input) = parameters_input {
839- trace ! ( "parameters_input: {parameters_input}" ) ;
840839 let input_parameters: HashMap < String , Value > = import_parameters ( parameters_input) ?;
841-
842840 for ( name, value) in input_parameters {
843841 if let Some ( constraint) = parameters. get ( & name) {
844842 debug ! ( "Validating parameter '{name}'" ) ;
Original file line number Diff line number Diff line change @@ -89,9 +89,7 @@ impl DscExtension {
8989 if stdout. is_empty ( ) {
9090 info ! ( "{}" , t!( "extensions.dscextension.importNoResults" , extension = self . type_name) ) ;
9191 } else {
92- debug ! ( "got stdout: {}" , stdout) ;
9392 if let Some ( output) = & import. output {
94- debug ! ( "processing output: {}" , output) ;
9593 debug ! ( "{}" , t!( "extensions.dscextension.importProcessingOutput" , extension = self . type_name) ) ;
9694 let mut parser = Statement :: new ( ) ?;
9795 let mut context = Context :: new ( ) ;
You can’t perform that action at this time.
0 commit comments