implemented logTable method on data stores
This commit is contained in:
@@ -297,7 +297,4 @@ export default class Item {
|
||||
}
|
||||
return missing
|
||||
}
|
||||
_logString () {
|
||||
return `left: ${this._left}, origin: ${this._origin}, right: ${this._right}, parent: ${this._parent}, parentSub: ${this._parentSub}`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user