Skip to content

Commit 81df714

Browse files
Removed all code relating JMeterVariables - will create new branch
1 parent 2367e5c commit 81df714

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/io/github/delirius325/jmeter/backendlistener/elasticsearch/ElasticsearchBackend.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,6 @@ public void handleSampleResults(List<SampleResult> results, BackendListenerConte
130130
}
131131
}
132132

133-
System.out.println("-----------------------------");
134-
System.out.println("iteration: " + JMeterContextService.getContext().getVariables().getIteration());
135-
136-
JMeterContextService.getClientSideVariables().entrySet().forEach(variable -> {
137-
System.out.println(variable.getKey() + " : " + variable.getValue());
138-
});
139-
140133
if(validSample)
141134
this.bulkRequestList.add(new Gson().toJson(this.getElasticData(sr, context)));
142135
}

0 commit comments

Comments
 (0)