diff --git a/ember-cli-build.js b/ember-cli-build.js
index c4bca88e2f222e5f81249ae38391fe71dc18881d..380097e74e7dbfcb4b7857b8bfca502f6c3dd926 100644
--- a/ember-cli-build.js
+++ b/ember-cli-build.js
@@ -22,7 +22,6 @@ module.exports = function (defaults) {
   // modules that you would like to import into your application
   // please specify an object with the list of modules as keys
   // along with the exports of each module as its value.
-  app.import('worker.js');
 
   return app.toTree();
 };