Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Nov 12, 2015
1 parent 69c21c2 commit 790cd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/ticketsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('tickets client test', function () {
};

ticketsClient.sendLotteryTicket(ticketRequest, options, function (err, data) {
console.log(err, data);
//console.log(err, data);
//expect(err).to.be.null;
//expect(data).to.be.not.undefined;
done();
Expand Down

0 comments on commit 790cd97

Please sign in to comment.