Skip to content

Commit

Permalink
Update solo-roleplaying-toolkit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayruh committed Nov 2, 2022
1 parent 48853fb commit e915eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solo-roleplaying-toolkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
};

var clamp = function(value, min, max) {
console.log(Math.min(Math.max(value, min), max))
return Math.min(Math.max(value, min), max);
};

Expand Down

0 comments on commit e915eca

Please sign in to comment.