Skip to content

Commit

Permalink
Update wb_ad.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yichahucha authored Aug 8, 2020
1 parent 45cb9ae commit e0ab113
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wb_ad.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ function filter_timeline_cards(cards) {
if (cards && cards.length > 0) {
let j = cards.length;
while (j--) {
console.log("oooo");
let item = cards[j];
let card_group = item.card_group;
if (card_group && card_group.length > 0) {
Expand All @@ -152,7 +151,6 @@ function filter_timeline_cards(cards) {
} else {
let i = card_group.length;
while (i--) {
console.log("sdsds");
let card_group_item = card_group[i];
let card_type = card_group_item.card_type;
if (card_type) {
Expand Down

0 comments on commit e0ab113

Please sign in to comment.