Skip to content

Commit

Permalink
refactor: remove commented code
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stainbrook <[email protected]>
  • Loading branch information
rackrick committed Nov 1, 2023
1 parent c3a7b1a commit 14d97f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export function formatConsoleMessage(message: string): string {
message = message.replace(/\n\/\/ /g, '\n')
message = message.replace('\n// ', '<br>')
message = message.replace(/\r\n|\r|\n/g, '<br>')
//message = message.replaceAll('<br />', '<br>')
//return message.split('<br>');

return message
}

Expand Down

0 comments on commit 14d97f2

Please sign in to comment.