Skip to content

Commit d9f9f36

Browse files
committed
revert
1 parent 77cbf24 commit d9f9f36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/src/main/java/spp/probe/services/instrument/LiveInstrumentService.kt

-2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)