File tree 1 file changed +0
-2
lines changed
services/src/main/java/spp/probe/services/instrument
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ object LiveInstrumentService {
223
223
removedInstrument.isRemoval = true
224
224
if (removedInstrument.isLive) {
225
225
liveInstrumentApplier.apply (instrumentation!! , removedInstrument)
226
- removedInstrument.instrument.id?.let { ContextReceiver .clear(it) }
227
226
return listOf (ModelSerializer .INSTANCE .toJson(removedInstrument.instrument))
228
227
}
229
228
}
@@ -235,7 +234,6 @@ object LiveInstrumentService {
235
234
removedInstrument.isRemoval = true
236
235
if (removedInstrument.isLive) {
237
236
liveInstrumentApplier.apply (instrumentation!! , removedInstrument)
238
- removedInstrument.instrument.id?.let { ContextReceiver .clear(it) }
239
237
removedInstruments.add(ModelSerializer .INSTANCE .toJson(removedInstrument.instrument))
240
238
}
241
239
}
You can’t perform that action at this time.
0 commit comments