Skip to content

Commit

Permalink
removed unecessary logging from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Walsh committed Mar 23, 2017
1 parent 889ca7b commit c0adcbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/accountingtests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,6 @@ describe('regression tests', function() {
expect(contact.ContactID).to.equal(sampleContact.ContactID);
contact.getAttachments()
.then(function(attachments) {
console.log(attachments);
done();
})
.catch(function(err) {
Expand Down

0 comments on commit c0adcbc

Please sign in to comment.