diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/k8s/UC1Benchmark.kt b/theodolite-quarkus/src/main/kotlin/theodolite/k8s/UC1Benchmark.kt index d22e72310fde9f1e4a7ffd3aeb2d450cbf6929d3..4dee8d9411d86da8014f7d850306607aa96f62a1 100644 --- a/theodolite-quarkus/src/main/kotlin/theodolite/k8s/UC1Benchmark.kt +++ b/theodolite-quarkus/src/main/kotlin/theodolite/k8s/UC1Benchmark.kt @@ -95,11 +95,7 @@ class UC1Benchmark(config: UC1BenchmarkConfig) : Benchmark(config) { environmentVariables.put("NUM_SENSORS", load.get().toString()) environmentVariables.put("INSTANCES", requiredInstances.toString()) - - logger.info { this.config.toString() } - logger.info { this.wgDeployment.toString() } this.deploymentManager.setWorkloadEnv(this.wgDeployment, "workload-generator", environmentVariables) - logger.info { this.wgDeployment.toString() } this.deploymentManager.deploy(this.wgDeployment) }