diff --git a/addon-test-support/loaded-asset-state.js b/addon-test-support/loaded-asset-state.js index 4ef64ea..77cc712 100644 --- a/addon-test-support/loaded-asset-state.js +++ b/addon-test-support/loaded-asset-state.js @@ -1,5 +1,3 @@ -import Ember from 'ember'; - let cachedRequireEntries; let cachedScriptTags; let cachedLinkTags; @@ -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,