Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 25, 2024
1 parent bce6174 commit e94ae2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/ErrorMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const Funccall = ({ frame }) => {
const funcname_display = funcname.match(/^#\d+(#\d+)?$/)
? html`<abbr title="A (mini-)function that is defined without the 'function' keyword, but using -> or 'do'.">anonymous function</abbr>`
: funcname
console.log(funcname, funcname.match(/^#\d+(#\d+)?$/), funcname_display)

let inner = html`<strong>${funcname_display}</strong><${HighlightCallArgumentNames} code=${call_funcname_args[1]} />`

Expand Down

0 comments on commit e94ae2c

Please sign in to comment.