Skip to content

Commit 086df1d

Browse files
committed
remove console log
1 parent 37f440e commit 086df1d

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
@@ -804,7 +804,6 @@ const Flagsmith = class {
804804
options.headers['Content-Type'] = 'application/json; charset=utf-8';
805805

806806

807-
console.log({ appName: this.appName, appVersion: this.appVersion })
808807
if (this.appName) {
809808
options.headers['X-Customer-Application-Name'] = this.appName;
810809
}

0 commit comments

Comments
 (0)