Skip to content

Commit bfa71f7

Browse files
committed
updating built js script
1 parent 78093f8 commit bfa71f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

amplitude.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,16 +433,13 @@ Amplitude.prototype.setDeviceId = function(deviceId) {
433433
};
434434

435435
Amplitude.prototype.setUserProperties = function(userProperties) {
436-
437436
// convert userProperties into an identify call
438437
var identify = new Identify();
439438
for (var property in userProperties) {
440439
if (userProperties.hasOwnProperty(property)) {
441440
identify.set(property, userProperties[property]);
442441
}
443442
}
444-
445-
// _saveCookieData(this); ??
446443
this.identify(identify);
447444
};
448445

0 commit comments

Comments
 (0)