From 9c4df123dff015ab6ddc9068a9145a69142ad853 Mon Sep 17 00:00:00 2001 From: Oliver Jakoubek Date: Thu, 9 Jul 2020 11:42:54 +0200 Subject: [PATCH] Removed attribute dontProduce from production drop. Fixes #3 --- production_drop.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/production_drop.go b/production_drop.go index fd77eda..cdf38de 100644 --- a/production_drop.go +++ b/production_drop.go @@ -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)