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 8bba886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ 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 8bba886

Please sign in to comment.