Skip to content

Commit

Permalink
NO-JIRA: Remove Eclipse user survey
Browse files Browse the repository at this point in the history
  • Loading branch information
thahnen committed Nov 6, 2023
1 parent d7e0cf0 commit a465534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public IStatus run(IProgressMonitor monitor) {
}

// Display user survey pop-up (comment out if not needed, comment in again if needed and replace link)
Display.getDefault().syncExec(() -> SurveyPopup.displaySurveyPopupIfNotAlreadyAccessed("https://forms.gle/EdAJf5sdJDvDT6dNA"));
//Display.getDefault().syncExec(() -> SurveyPopup.displaySurveyPopupIfNotAlreadyAccessed(""));

return Status.OK_STATUS;
}
Expand Down

0 comments on commit a465534

Please sign in to comment.