From beba3c9c4a7fd54630186a278c6d4a2e4d14b835 Mon Sep 17 00:00:00 2001 From: lorenz <stu203404@mail.uni-kiel.de> Date: Thu, 4 Feb 2021 06:00:37 +0100 Subject: [PATCH] Remove debuging logging --- .../src/main/kotlin/theodolite/k8s/UC1Benchmark.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/k8s/UC1Benchmark.kt b/theodolite-quarkus/src/main/kotlin/theodolite/k8s/UC1Benchmark.kt index d22e72310..4dee8d941 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) } -- GitLab