From 7d2542d6657eae77e7cd13628c110a3193c3f71a Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Fri, 22 Dec 2023 14:00:33 +0000 Subject: [PATCH] remove commented out line --- src/js/06-code.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/js/06-code.js b/src/js/06-code.js index 86dfa794..f3d9f0e7 100644 --- a/src/js/06-code.js +++ b/src/js/06-code.js @@ -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 }