mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:49:03 +08:00
Remove unnecessary "else"
Contributes to CL-1148
This commit is contained in:
parent
3c3343a407
commit
1de21c1d94
@ -91,10 +91,7 @@ Item
|
|||||||
}
|
}
|
||||||
return catalog.i18nc("@label", "First available")
|
return catalog.i18nc("@label", "First available")
|
||||||
}
|
}
|
||||||
else
|
return printJob.assignedPrinter.name
|
||||||
{
|
|
||||||
return printJob.assignedPrinter.name
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user