remove debug output

pull/94/head
Vladimir Mandic 2021-03-28 08:44:53 -04:00
parent 54195efd2a
commit a836113aa8
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ export async function predict(image, config) {
stack.forEach((s) => tf.dispose(s)); stack.forEach((s) => tf.dispose(s));
keypoints = parts; keypoints = parts;
} }
console.log(keypoints);
resolve([{ keypoints }]); resolve([{ keypoints }]);
}); });
} }