diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 9a9807e7e..9f88e85a9 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -2079,7 +2079,6 @@ define([ var pre = document.createElement('pre'); pre.innerText = 'x'; - pre.style.display = 'none'; logger.appendChild(pre); } catch (err) { console.error(err); } }());