remove debug statement, fixes #462

This commit is contained in:
El RIDO 2019-08-24 08:42:33 +02:00
parent c77726b917
commit 121b1e75d2
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
3 changed files with 2 additions and 4 deletions

View file

@ -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);
});