Skip to content

Commit 7d2542d

Browse files
committed
remove commented out line
1 parent 678379d commit 7d2542d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/js/06-code.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ document.addEventListener('DOMContentLoaded', function () {
4949
if (language === 'bash' || language === 'sh' || language === 'shell' || language === 'console') {
5050
input = window.neo4jDocs.copyableCommand(input)
5151
}
52-
5352
input = cleanCallouts(input)
54-
55-
// input = input.replace(/[ |\t]+\n/g, '\n').trimEnd()
56-
5753
return input
5854
}
5955

0 commit comments

Comments
 (0)