Removed attribute dontProduce from production drop. Fixes #3

This commit is contained in:
Oliver Jakoubek 2020-07-09 11:42:54 +02:00
parent 2fda0e577e
commit 9c4df123df

View file

@ -38,10 +38,6 @@ func (pd *ProductionDrop) SetTopsheetData(topsheetData string) {
pd.topsheetData = topsheetData
}
func (pd *ProductionDrop) SetDontProduce() {
pd.dontProduce = true
}
// NumberOfCopies returns the formatted number of copies in the route
func (pd *ProductionDrop) NumberOfCopies() string {
return fmt.Sprintf("+13%05d", pd.numberOfCopies)