Skip to content

Commit

Permalink
Merge pull request #882 from adobecom/stage
Browse files Browse the repository at this point in the history
MWPW-160251 removing upload
  • Loading branch information
Blainegunn authored Oct 29, 2024
2 parents e5e6a5c + ba1bdf2 commit 00191c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acrobat/blocks/verb-widget/verb-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ export default async function init(element) {

if (e.detail?.event === 'uploaded') {
exitFlag = true;
verbAnalytics('job:uploaded', VERB, e.detail?.data);
setUser();
document.cookie = `UTS_Uploaded=${Date.now()};domain=.adobe.com;path=/;expires=${cookieExp}`;
}
Expand Down

0 comments on commit 00191c9

Please sign in to comment.