aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/cdv_table_page.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/observer/src/cdv_table_page.erl')
-rw-r--r--lib/observer/src/cdv_table_page.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/observer/src/cdv_table_page.erl b/lib/observer/src/cdv_table_page.erl
index fecc20b95c..71ec7686ce 100644
--- a/lib/observer/src/cdv_table_page.erl
+++ b/lib/observer/src/cdv_table_page.erl
@@ -72,9 +72,6 @@ handle_info(active, State) ->
crashdump_viewer_wx:set_status(State#state.trunc_warn),
{noreply, State};
-handle_info(not_active, #state{} = State) ->
- {noreply, State};
-
handle_info(Info, State) ->
io:format("~p:~p: Unhandled info: ~p~n", [?MODULE, ?LINE, Info]),
{noreply, State}.