chore: cleanup old console.logs
This commit is contained in:
parent
433a17848e
commit
7090117d8f
@ -36,8 +36,6 @@
|
|||||||
|
|
||||||
let isFound = false;
|
let isFound = false;
|
||||||
const checkIfNew = (commitId) => {
|
const checkIfNew = (commitId) => {
|
||||||
console.log(commitId, currentCommit);
|
|
||||||
|
|
||||||
if (isFound) return false;
|
if (isFound) return false;
|
||||||
|
|
||||||
if (commitId === currentCommit) {
|
if (commitId === currentCommit) {
|
||||||
|
@ -111,8 +111,6 @@ const createFloodFillMap = ({ pixels, x, y, width, height }: { pixels: Uint8Clam
|
|||||||
// This is the distance to the pixel that is furthest away from xy
|
// This is the distance to the pixel that is furthest away from xy
|
||||||
const maxDistance = distance2D((x < (width / 2)) ? width : 0, (y < (height / 2)) ? height : 0, x, y);
|
const maxDistance = distance2D((x < (width / 2)) ? width : 0, (y < (height / 2)) ? height : 0, x, y);
|
||||||
|
|
||||||
console.log(maxDistance)
|
|
||||||
|
|
||||||
// This the distance to the color that is furthest away from _R_G_B;
|
// This the distance to the color that is furthest away from _R_G_B;
|
||||||
let maxColorDistance = 0;
|
let maxColorDistance = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user