Skip to content

Commit 6ae36da

Browse files
committed
Remove obsolete message
1 parent 124cfb6 commit 6ae36da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/org/digma/intellij/plugin/ui/errors/ErrorsMessageRouterHandler.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class ErrorsMessageRouterHandler(project: Project) : BaseCommonMessageRouterHand
2929
"ERRORS/GET_ERRORS_DATA" -> getErrorsData(project, browser, requestJsonNode)
3030
"ERRORS/GET_GLOBAL_ERRORS_DATA" -> getGlobalErrorsData(project, browser, requestJsonNode)
3131
"ERRORS/GET_GLOBAL_ERRORS_FILTERS_DATA" -> getGlobalErrorsFiltersData(project, browser, requestJsonNode)
32-
"ERRORS/GET_ERROR_TIMESERIES_DATA" -> getErrorTimeSeriesData(project, browser, requestJsonNode)
3332
"ERRORS/GET_ERROR_TIME_SERIES_DATA" -> getErrorTimeSeriesData(project, browser, requestJsonNode)
3433
"ERRORS/GET_ERROR_DETAILS" -> getErrorDetails(project, browser, requestJsonNode)
3534
"ERRORS/OPEN_RAW_ERROR_STACK_TRACE_IN_EDITOR" -> openStackTrace(project, requestJsonNode)

0 commit comments

Comments
 (0)