mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
remove unused code lines in firmware checker
CURA-4952
This commit is contained in:
parent
b46a08f566
commit
4d6753a1f1
1 changed files with 0 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue