We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5099207 commit 8cb5b5eCopy full SHA for 8cb5b5e
src/jvmMain/kotlin/spp/protocol/processor/ProcessorAddress.kt
@@ -7,6 +7,5 @@ enum class ProcessorAddress(val address: String) {
7
LIVE_AUDIT_PROCESSOR("sw.processor.live-audit"),
8
BREAKPOINT_HIT("spp.provider.status.breakpoint-hit"),
9
LOG_HIT("spp.provider.status.log-hit"),
10
- VIEW_SUBSCRIPTION_EVENT("spp.provider.status.view-subscription-event"),
11
SET_LOG_PUBLISH_RATE_LIMIT("spp.provider.setting.log-publish-rate-limit");
12
}
0 commit comments