File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
services/src/main/java/spp/probe/services/instrument Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ object LiveInstrumentService {
223223 removedInstrument.isRemoval = true
224224 if (removedInstrument.isLive) {
225225 liveInstrumentApplier.apply (instrumentation!! , removedInstrument)
226- removedInstrument.instrument.id?.let { ContextReceiver .clear(it) }
227226 return listOf (ModelSerializer .INSTANCE .toJson(removedInstrument.instrument))
228227 }
229228 }
@@ -235,7 +234,6 @@ object LiveInstrumentService {
235234 removedInstrument.isRemoval = true
236235 if (removedInstrument.isLive) {
237236 liveInstrumentApplier.apply (instrumentation!! , removedInstrument)
238- removedInstrument.instrument.id?.let { ContextReceiver .clear(it) }
239237 removedInstruments.add(ModelSerializer .INSTANCE .toJson(removedInstrument.instrument))
240238 }
241239 }
You can’t perform that action at this time.
0 commit comments