Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinzBaumann committed May 11, 2023
1 parent 6dde91e commit 0f6d9a0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions TCFv2/IAB Tech Lab - CMP API v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,18 +187,6 @@ const callback = (tcData, success) => {

// do something with tcData.tcString

// remove the ourself to not get called more than once
__tcfapi('removeEventListener', 2, (success) => {

if(success) {

// oh good...

}

}, tcData.listenerId);


} else {

// do something else
Expand Down

0 comments on commit 0f6d9a0

Please sign in to comment.