Skip to content

Commit

Permalink
Translate: Remove a console.log in a JavaScript file
Browse files Browse the repository at this point in the history
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13151 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
amieiro authored and renintw committed Jan 28, 2024
1 parent a495277 commit 290b57b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 290b57b

Please sign in to comment.