Skip to content

Commit 0221b8b

Browse files
committed
Remove debug
1 parent 694bd15 commit 0221b8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/vkinject.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ function renderCharts(version) {
238238
}
239239

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

0 commit comments

Comments
 (0)