Skip to content

Commit

Permalink
Cleanup statedb
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Dec 13, 2019
1 parent 493d0cf commit e451082
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/coreutils/src/statedb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ export class StateDB<T extends ReadonlyJSONValue = ReadonlyJSONValue>
this._ready = Promise.resolve(undefined);
} else {
this._ready = transform.then(transformation => {
if (!transformation) {
return;
}

const { contents, type } = transformation;

switch (type) {
Expand Down

0 comments on commit e451082

Please sign in to comment.