chore: less
This commit is contained in:
parent
2c3a1bbdb6
commit
29befe969d
|
@ -36,10 +36,6 @@ export default class Engine {
|
|||
}
|
||||
}
|
||||
|
||||
send(data) {
|
||||
throw new Exception('Engine::send is virtual!');
|
||||
}
|
||||
|
||||
start() {
|
||||
return setInterval(() => {
|
||||
const elapsed = (Date.now() - this.last) / 1000;
|
||||
|
|
Loading…
Reference in New Issue
Block a user