mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 06:26:16 -04:00
remove debug statement, fixes #462
This commit is contained in:
parent
c77726b917
commit
121b1e75d2
3 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue