Skip to content

Commit d706ffd

Browse files
committed
remove log
1 parent 5fe39f8 commit d706ffd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flagsmith-core.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ const Flagsmith = class {
475475

476476
if (cachePopulated) { // retrieved flags from local storage
477477
// fetch the flags if the cache is stale, or if we're not skipping api on cache hits
478-
this.log("cachePopulated", cachePopulated, preventFetch, this.cacheOptions.skipAPI,staleCachePopulated);
479478
const shouldFetchFlags = !preventFetch && (!this.cacheOptions.skipAPI || staleCachePopulated)
480479
this._onChange(null,
481480
{ isFromServer: false, flagsChanged, traitsChanged },

0 commit comments

Comments
 (0)