chore: dead code

This commit is contained in:
cha0s 2019-04-20 01:28:26 -05:00
parent cc6c85e2f6
commit 9513ac6e1a

View File

@ -32,9 +32,6 @@ export class WorldTime {
this._state = hour;
}
humanReadable() {
}
patchState(steps) {
for (const step of steps) {
const {path, value} = step;