Browse Source

remove unused code lines in firmware checker
CURA-4952

Aleksei S 6 years ago
parent
commit
4d6753a1f1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py

+ 0 - 5
plugins/FirmwareUpdateChecker/FirmwareUpdateCheckerJob.py

@@ -64,11 +64,6 @@ class FirmwareUpdateCheckerJob(Job):
                 if (checked_version != "") and (checked_version != current_version):
                     Logger.log("i", "SHOWING FIRMWARE UPDATE MESSAGE")
 
-                    footer_text = i18n_catalog.i18nc("@action:info", "Read more on how to update printer firmware")
-                    footer_link = "?url=https://ultimaker.com/en/resources/23129-updating-the-firmware?utm_source=cura&utm_medium=software&utm_campaign=hw-update"
-
-                    footer_message = footer_text + " " + footer_link
-
                     message = Message(i18n_catalog.i18nc(
                         "@info Don't translate {machine_name}, since it gets replaced by a printer name!",
                         "New features are available for your {machine_name}! It is recommended to update the firmware on your printer.").format(