diff --git a/web/app/assets/javascripts/accounts_profile_samples.js b/web/app/assets/javascripts/accounts_profile_samples.js index 5fe8ba153..0962d513b 100644 --- a/web/app/assets/javascripts/accounts_profile_samples.js +++ b/web/app/assets/javascripts/accounts_profile_samples.js @@ -61,7 +61,6 @@ function afterShow(data) { $.when(loadFn()) .done(function(targetPlayer) { - console.log("TARGET PLAYER", targetPlayer) if (targetPlayer && targetPlayer.keys && targetPlayer.keys.length > 0) { renderPlayer(targetPlayer) }