mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Remove unnecessary "else"
Contributes to CL-1148
This commit is contained in:
parent
3c3343a407
commit
1de21c1d94
1 changed files with 1 additions and 4 deletions
|
@ -91,10 +91,7 @@ Item
|
|||
}
|
||||
return catalog.i18nc("@label", "First available")
|
||||
}
|
||||
else
|
||||
{
|
||||
return printJob.assignedPrinter.name
|
||||
}
|
||||
return printJob.assignedPrinter.name
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue