From 56b6e035eb96874de99803b8bf0e686561db6616 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Mon, 25 May 2020 21:15:03 -0700 Subject: add firebase init --- frontend/src/components/renderers/Latex.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontend/src/components') diff --git a/frontend/src/components/renderers/Latex.js b/frontend/src/components/renderers/Latex.js index 6915f75..dcb9ea3 100644 --- a/frontend/src/components/renderers/Latex.js +++ b/frontend/src/components/renderers/Latex.js @@ -20,8 +20,6 @@ class Latex extends React.Component { } }).flat() - console.log(els) - // if <=1 lines, just render block if (els.length <= 1) { return ( -- cgit v1.2.3