Remove needless code
This commit is contained in:
parent
98fd6de5a1
commit
6b30e371a2
@ -15,15 +15,8 @@ export default Vue.extend({
|
||||
},
|
||||
computed: {
|
||||
compiledFormula(): any {
|
||||
// let s: string;
|
||||
// try {
|
||||
// s = katex.renderToString(this.formula);
|
||||
// } catch(e) {
|
||||
// if ()
|
||||
// }
|
||||
// return s;
|
||||
return katex.renderToString(this.formula, {
|
||||
throwOnError: false
|
||||
throwOnError: false
|
||||
} as any);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user