We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f440e commit 086df1dCopy full SHA for 086df1d
flagsmith-core.ts
@@ -804,7 +804,6 @@ const Flagsmith = class {
804
options.headers['Content-Type'] = 'application/json; charset=utf-8';
805
806
807
- console.log({ appName: this.appName, appVersion: this.appVersion })
808
if (this.appName) {
809
options.headers['X-Customer-Application-Name'] = this.appName;
810
}
0 commit comments