Skip to content

Commit

Permalink
⚰️ (#2904): Remove dead code.
Browse files Browse the repository at this point in the history
Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis committed Sep 22, 2022
1 parent 75fb420 commit f2d87d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const loadEditor = ({ sharingToken, mimetype, $el }) => {
Vue: vue.default,
Editor: editor.default,
}))
.then(({ Vue, Editor, ReadonlyBar }) => {
.then(({ Vue, Editor }) => {
Vue.prototype.t = window.t
Vue.prototype.OCA = window.OCA

Expand Down

0 comments on commit f2d87d2

Please sign in to comment.