mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
node tests: Remove dead code for dispatch.
This commit is contained in:
parent
6c237c6935
commit
f9cc9c8af4
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user