Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil9l committed May 14, 2016
1 parent 694bd15 commit 0221b8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/vkinject.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ function renderCharts(version) {
}

function injectToPage(version) {
console.log($('.vk-statistics-was-used').length);
if ($('#profile_short').length !== 0 && $('.vk-statistics-was-used').length === 0 && $('.friend-statistic-container').length === 0) {
$('#profile_short').append('<div class="clear_fix vk-statistics-was-used"></div>');
setTimeout(function () {
Expand Down

0 comments on commit 0221b8b

Please sign in to comment.