Skip to content

Commit

Permalink
Remove annoying console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed May 29, 2017
1 parent 6e1effa commit 30850d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fn/compile-app-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ module.exports = project => {
'targets.json',
].forEach(f => files[simple(f)] = readProjectFile(f));

console.log('app_settings: ', files);

const app_settings = JSON.parse(files.app_settings);

app_settings.contact_summary = cleanJs(files.contact_summary);
Expand Down

0 comments on commit 30850d4

Please sign in to comment.