Skip to content

Commit cd82644

Browse files
committed
remove development traces
1 parent 0d0282a commit cd82644

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/dsc-lib/src/configure/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}'");

lib/dsc-lib/src/extensions/import.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)