diff --git a/js/privatebin.js b/js/privatebin.js
index 629df1df..29071d63 100644
--- a/js/privatebin.js
+++ b/js/privatebin.js
@@ -527,8 +527,6 @@ jQuery.PrivateBin = (function($, RawDeflate) {
// handle the error by attaching the language loaded event
let orgArguments = arguments;
$(document).on(languageLoadedEvent, function () {
- // log to show that the previous error could be mitigated
- console.warn('Fix missing translation of \'' + messageId + '\' with now loaded language ' + language);
// re-execute this function
me.translate.apply(this, orgArguments);
});
diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php
index c8303a3b..e775b7b5 100644
--- a/tpl/bootstrap.php
+++ b/tpl/bootstrap.php
@@ -71,7 +71,7 @@ if ($MARKDOWN):
endif;
?>
-
+
diff --git a/tpl/page.php b/tpl/page.php
index 723cfb6f..89973f21 100644
--- a/tpl/page.php
+++ b/tpl/page.php
@@ -49,7 +49,7 @@ if ($MARKDOWN):
endif;
?>
-
+