Skip to content

Commit

Permalink
Removed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
phl committed Jul 21, 2012
1 parent db01af6 commit 6a605e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pareidoloop.js
Expand Up @@ -136,7 +136,6 @@ var Pareidoloop = new function() {
// the old and new scores, and the current temperature.
var probability = Math.exp((newScore - oldScore) / temperature * 5);

console.log((newScore-oldScore)+" "+probability);
return Math.random() < probability;
};

Expand Down

0 comments on commit 6a605e7

Please sign in to comment.