node tests: Remove dead code for dispatch.

This commit is contained in:
Steve Howell 2020-02-26 11:15:29 +00:00 committed by showell
parent 6c237c6935
commit f9cc9c8af4

View File

@ -12,11 +12,6 @@ set_global('home_msg_list', {
select_id: noop,
selected_id: function () {return 1;},
});
set_global('echo', {
process_from_server: function (messages) {
return messages;
},
});
set_global('markdown', {
update_realm_filter_rules: noop,