删除多余日志输出
This commit is contained in:
@ -63,7 +63,7 @@ export class PFLD extends Model {
|
||||
const y = pointsBuffer[i + 1] * image.height * ratioHeight;
|
||||
points.push({ x, y });
|
||||
}
|
||||
console.log(points)
|
||||
|
||||
return new PFLDResult(points);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user