Hotfix: remove unused code
This commit is contained in:
@@ -16,7 +16,6 @@ type Order interface {
|
||||
|
||||
type order struct {
|
||||
waves []Wave
|
||||
total int // for logging only
|
||||
}
|
||||
|
||||
func NewOrder() Order {
|
||||
|
||||
Reference in New Issue
Block a user