remove unused code lines in firmware checker

CURA-4952
This commit is contained in:
Aleksei S 2018-05-29 18:33:38 +02:00
parent b46a08f566
commit 4d6753a1f1

View file

@ -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(