Skip to content

Commit

Permalink
Add comment to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matiassingers committed Jun 2, 2015
1 parent 46587d4 commit 52b8485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ module.exports = function (file, callback){
}

data.provisioning = results[0];

// Hard to serialize and it looks messy in output
delete data.provisioning.DeveloperCertificates;

data.entitlements = results[1];
Expand Down

0 comments on commit 52b8485

Please sign in to comment.