Skip to content

Commit

Permalink
remove unused (//) lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Emer committed Apr 9, 2024
1 parent 8cfbaef commit d1fd478
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions extensions/doPlugins_global.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,6 @@ s._setExternalReferringDomainEvents = function (s) {

];


//if (s._utils.isArticlePage()) {
const referringURL = s._utils.getReferrer();
if (!referringURL) {
return;
Expand All @@ -665,7 +663,6 @@ s._setExternalReferringDomainEvents = function (s) {
s._articleViewType = s.eVar44;
}
});
//}
};

/**
Expand All @@ -674,7 +671,6 @@ s._setExternalReferringDomainEvents = function (s) {

s._setTrackingValueEvents = function (s) {

//if (s._utils.isArticlePage()) {
const trackingValuesFromQueryParameter = s._articleViewTypeObj.getTrackingValue();

if (trackingValuesFromQueryParameter) {
Expand Down Expand Up @@ -728,7 +724,6 @@ s._setTrackingValueEvents = function (s) {
s.eVar38 = s.prop60 = window.utag.data.sp_m_channel_category = channelCategory || '';
}
}
// }
};

/**
Expand Down

0 comments on commit d1fd478

Please sign in to comment.