Skip to content

Commit

Permalink
removed console.log used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nfawaz committed Jan 26, 2017
1 parent be914c9 commit 092bc10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webapp/views/registration/hacker/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
}
});

// for testing only
$('.project-type').click( function() {
console.log(getInterests());
});

function getInterests() {
var interests = [];
$('input.project-type:checked').each(function () {
Expand Down

0 comments on commit 092bc10

Please sign in to comment.