Skip to content

Commit

Permalink
Merge pull request #75 from villander/master
Browse files Browse the repository at this point in the history
Removes needless Warning on resetLoadedAssetState
  • Loading branch information
stefanpenner authored Jun 10, 2019
2 parents 4d36e16 + 511db7c commit 9afaab7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addon-test-support/loaded-asset-state.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Ember from 'ember';

let cachedRequireEntries;
let cachedScriptTags;
let cachedLinkTags;
Expand Down Expand Up @@ -111,8 +109,6 @@ export function cacheLoadedAssetState() {
* @return {Void}
*/
export function resetLoadedAssetState() {
Ember.Logger.info('Resetting loaded asset state. This will attempt to restore the state of loaded assets to the last cached value. If an asset modified some global state, we cannot guarantee it will be reset. For more information see: https://github.com/trentmwillis/ember-asset-loader#resetting-test-state');

const {
requireEntries: currentRequireEntries,
scripts: currentScriptTags,
Expand Down

0 comments on commit 9afaab7

Please sign in to comment.