Remove needless code
This commit is contained in:
		
							parent
							
								
									98fd6de5a1
								
							
						
					
					
						commit
						6b30e371a2
					
				
					 1 changed files with 1 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue