mirror of
https://github.com/ChipmunkMC/node-brigadier-commands.git
synced 2024-11-14 19:14:55 -05:00
remove toString
from StringRange
This commit is contained in:
parent
09fc2ed7b7
commit
0bc661110e
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@ class StringRange {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: hashCode
|
// TODO: hashCode
|
||||||
|
|
||||||
toString () {
|
|
||||||
return `StringRange{start=${this.start}, end=${this.end}}}`
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = StringRange
|
module.exports = StringRange
|
||||||
|
|
Loading…
Reference in a new issue