Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallaa committed Sep 5, 2024
1 parent ccfe9b8 commit d8ab704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/workers/resizeImageWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ self.onmessage = async function (e) {
// console.log(e);
const result = await resizeImage(data);
// console.log(result);
//const result = data;

// Send the result back to the main thread
self.postMessage(result);
Expand Down

0 comments on commit d8ab704

Please sign in to comment.