Remove commented out image smoothing code
[brackets.git] / frontend / index.js
index 8446219..8a17408 100644 (file)
@@ -220,10 +220,6 @@ window.onload = () => {
     const bgImg = new Image();
     bgImg.onload = () => {
         const ctx = canvas.getContext("2d");
-        //ctx.mozImageSmoothingEnabled = false;
-        //ctx.webkitImageSmoothingEnabled = false;
-        //ctx.msImageSmoothingEnabled = false;
-        //ctx.imageSmoothingEnabled = false;
         ctx.drawImage(
             bgImg, 
             0,