Skip to content

Commit

Permalink
chore: remove some extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Esinko committed Sep 16, 2024
1 parent 3765711 commit 274069f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/math-editor/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ const Utils = {

// Todo: Element tree will not be parsed, as an element with this feature is yet to be implemented

console.debug("[ EDITOR ] Element parsed", element)
// console.debug("[ EDITOR ] Element parsed", element)
elements.push(element)
} else {
// No element qualification, dump to cache
Expand Down Expand Up @@ -736,7 +736,7 @@ const Utils = {
case "math": {
// Math element
const mathElement = Math.create()
console.debug("READ DATA", element.data)
// console.debug("READ DATA", element.data)
Math.write(mathElement.id, atob(element.data))
html = mathElement.container
break
Expand Down

0 comments on commit 274069f

Please sign in to comment.