Skip to content

Commit

Permalink
Removed double empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
villevuor committed Jul 21, 2016
1 parent 84f1524 commit 8c1d124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/create-fake-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,5 @@ function addParticipantDate(participant) {
return createParticipantDate({ participantId: participant.participantId, date: new Date(2016,6,22) });
}


console.log(`Attempting to create ${amountToCreate} mock participants.`);
createMockParticipants(amountToCreate);

0 comments on commit 8c1d124

Please sign in to comment.