diff options
Diffstat (limited to 'static/js/tl.js')
| -rw-r--r-- | static/js/tl.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/tl.js b/static/js/tl.js index 4cfdb7ff..599f64bd 100644 --- a/static/js/tl.js +++ b/static/js/tl.js @@ -19,7 +19,6 @@ function restoreLang() { } else { translateContainers.each(function (index, element) { if (element.contentWindow.document.getElementById(":1.restore")) { - console.log(element.contentWindow.document.getElementById(":1.restore")); element.contentWindow.document.getElementById(":1.restore").click(); } }); |
