Hotfix: remove unused code

This commit is contained in:
Quentin McGaw
2021-05-12 00:57:00 +00:00
parent 1540660cc3
commit 0099c06056
2 changed files with 0 additions and 12 deletions

View File

@@ -16,7 +16,6 @@ type Order interface {
type order struct {
waves []Wave
total int // for logging only
}
func NewOrder() Order {