From 290b57b2ef503527aca6e82ffde5761c2332333e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=83=C2=BAs=20Amieiro?= Date: Thu, 25 Jan 2024 15:50:11 +0000 Subject: [PATCH] Translate: Remove a console.log in a JavaScript file git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13151 74240141-8908-4e6f-9713-ba540dce6ec7 --- .../js/translation-suggestions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/js/translation-suggestions.js b/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/js/translation-suggestions.js index 46f74cccce..e39a3c155b 100644 --- a/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/js/translation-suggestions.js +++ b/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/js/translation-suggestions.js @@ -226,7 +226,6 @@ } $( '#sidebar-div-others-translation-memory-content-' + divId ).html( TMcontainer.html() ); - console.log('sidebar-tab-others-' + divId, window.translationHelpersCache ); add_amount_to_others_tab('sidebar-tab-others-' + divId, window.translationHelpersCache?.[ divId ], divId); }