Skip to content

Commit

Permalink
remove unused targets code
Browse files Browse the repository at this point in the history
  • Loading branch information
steveszc committed Mar 11, 2021
1 parent 6bbc305 commit d013185
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ const browsers = [
'last 1 Safari versions'
];

const isCI = Boolean(process.env.CI);
const isProduction = process.env.EMBER_ENV === 'production';

module.exports = {
browsers
};

0 comments on commit d013185

Please sign in to comment.