From 0eda8d20826215be7a9b5bbba10c6366ccfcf65c Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Thu, 21 Mar 2019 00:24:33 +0530 Subject: [PATCH] removed unsed code Co-authored-by: timvisee --- app/ui/faviconProgressbar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ui/faviconProgressbar.js b/app/ui/faviconProgressbar.js index f30d6031..23651233 100644 --- a/app/ui/faviconProgressbar.js +++ b/app/ui/faviconProgressbar.js @@ -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(); };