Skip to content

Commit

Permalink
remove unnecessary heimdall.stop calls
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Dec 6, 2016
1 parent 83a2632 commit 326bbf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addon/-private/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -2287,12 +2287,10 @@ Store = Service.extend({
for (i = 0; i < length; i++) {
internalModels[i] = this._pushInternalModel(data.data[i]);
}
heimdall.stop(token);
return internalModels;
}

if (data.data === null) {
heimdall.stop(token);
return null;
}

Expand Down

0 comments on commit 326bbf2

Please sign in to comment.