Skip to content

Commit 42ae8fc

Browse files
cleanup unnecessary code
1 parent ecdd12d commit 42ae8fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

static/examples/cstg-prebid-example/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@
6464

6565
function onDocumentReady() {
6666
console.log('Setting up interface handlers.');
67-
// Clear storage on page load for fresh start
68-
localStorage.removeItem('__uid2_advertising_token');
69-
7067
$('#login').click(handleLogin);
7168
$('#clear_storage').click(handleClearStorage);
7269

0 commit comments

Comments
 (0)