removed unsed code

Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
Ashesh Vidyut
2019-03-21 00:24:33 +05:30
committed by timvisee
parent 1cd4adfc2a
commit 0eda8d2082

View File

@@ -33,7 +33,6 @@ module.exports.updateFavicon = function(percentageString) {
context.strokeStyle = color;
context.lineCap = 'square'; // butt, round or square
context.lineWidth = lineWidth;
context.textAlign = 'center';
context.stroke();
};