diff --git a/src/integrations/DDManagerStreaming.js b/src/integrations/DDManagerStreaming.js index 6f407cb..3be0a1b 100644 --- a/src/integrations/DDManagerStreaming.js +++ b/src/integrations/DDManagerStreaming.js @@ -383,10 +383,6 @@ class DDManagerStreaming extends Integration { credentials: 'include', mode: 'cors', body: JSON.stringify(hitData) - }).then((response) => { - if (response.ok) { - // window.localStorage.removeItem(this.getCacheKey(hitData.hitId)); - } }).catch((e) => { warn(e) })