Skip to content

Commit

Permalink
Remove debug log output
Browse files Browse the repository at this point in the history
  • Loading branch information
thomo committed Apr 30, 2017
1 parent f2761bf commit 7124d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MMM-kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ Module.register("MMM-kudos", {
if (kudos.length === 1) {
return 0;
}
Log.info(kudos.length);

var generate = function() {
return Math.floor(Math.random() * kudos.length);
Expand Down

0 comments on commit 7124d8b

Please sign in to comment.