Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Dec 22, 2023
1 parent 678379d commit 7d2542d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/06-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ document.addEventListener('DOMContentLoaded', function () {
if (language === 'bash' || language === 'sh' || language === 'shell' || language === 'console') {
input = window.neo4jDocs.copyableCommand(input)
}

input = cleanCallouts(input)

// input = input.replace(/[ |\t]+\n/g, '\n').trimEnd()

return input
}

Expand Down

0 comments on commit 7d2542d

Please sign in to comment.