cleared console.log

This commit is contained in:
zmagod 2016-09-06 10:08:32 +02:00
parent 28fa00c30c
commit a7b6135b2f

View file

@ -1190,7 +1190,6 @@ $(document).change(function(){
setTimeout(function(){
$(".report-nav-link").each( function(){
truncateLongString( $(this), 30);
console.log($(this));
});
}, 1000);
});