Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
klakhov committed Oct 9, 2023
1 parent b161780 commit 8343120
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ class CanvasWrapperComponent extends React.PureComponent<Props> {
const imageIsNotProcessed = imageFilters.some((imageFilter: ImageFilter) => (
imageFilter.modifier.currentProcessedImage !== frame
));
console.log(imageIsNotProcessed);
if (imageIsNotProcessed) {
try {
const { renderWidth, renderHeight, imageData: imageBitmap } = originalImage;
Expand Down

0 comments on commit 8343120

Please sign in to comment.