From b71482284f2cedfab7fc920bd0426992b0e123d7 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 14 May 2020 14:29:11 +0200 Subject: [PATCH] Remove commented code Change-type: patch --- lib/gui/app/modules/progress-status.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gui/app/modules/progress-status.ts b/lib/gui/app/modules/progress-status.ts index cdcb958b..2250165d 100644 --- a/lib/gui/app/modules/progress-status.ts +++ b/lib/gui/app/modules/progress-status.ts @@ -15,7 +15,6 @@ */ import { bytesToClosestUnit } from '../../../shared/units'; -// import * as settings from '../models/settings'; export interface FlashState { active: number;