Skip to content

Commit bd4e379

Browse files
committed
log
1 parent 1a810a2 commit bd4e379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sdk/frontend/public/javascripts/countly.views.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@
774774
URL.revokeObjectURL(url);
775775
},
776776
onPresetChange(key, preset) {
777-
log("SDK:onPresetChange", { key: key, preset: preset && preset.name });
777+
log("SDK:onPresetChange", { key: key, preset: preset.name });
778778
this.getData[key].value = preset.name;
779779
if (this.diff.indexOf(key) === -1) {
780780
this.diff.push(key);

0 commit comments

Comments
 (0)