diff --git a/lib/system.js b/lib/system.js index 9b6ca04..86ee247 100644 --- a/lib/system.js +++ b/lib/system.js @@ -217,12 +217,6 @@ } System.paths = { '*': '*.js' }; - if (global.System && global.traceur) - global.traceurSystem = global.System; - - if (isBrowser) - global.System = System; - //