Code cleanup -- move out duplicate .then statements after the next .then (at the higher level)

This commit is contained in:
Karishma Chadha 2019-01-30 16:45:38 -05:00
parent 94cc7e66b6
commit 13e69bad7b
2 changed files with 3 additions and 6 deletions
src/engine

View file

@ -674,8 +674,6 @@ class Blocks {
}
}
// TODO maybe track actual changes,
// but for now, emit a project change always
this.emitProjectChanged();
this.resetCache();