remove console log
This commit is contained in:
@@ -42,7 +42,6 @@ var generateRandomColor = function(seed) {
|
|||||||
var colors = ['#e6194b', '#3cb44b', '#ffe119', '#0082c8', '#f58231', '#FFFFFF'];
|
var colors = ['#e6194b', '#3cb44b', '#ffe119', '#0082c8', '#f58231', '#FFFFFF'];
|
||||||
|
|
||||||
var selectColor = function (colorNum) {
|
var selectColor = function (colorNum) {
|
||||||
console.log(colorNum, seed % colors.length, colors[seed % colors.length]);
|
|
||||||
return colors[seed % colors.length]
|
return colors[seed % colors.length]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user