From b903930680fec9bdd149db7d5111a30b53b8ca8d Mon Sep 17 00:00:00 2001
From: Flavio Tarsetti <Flavio.Tarsetti@idiap.ch>
Date: Wed, 20 Feb 2019 14:06:43 +0100
Subject: [PATCH] [widgets] removed unnecessary comment

---
 beat/editor/scripts/editor_cli.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/beat/editor/scripts/editor_cli.py b/beat/editor/scripts/editor_cli.py
index 84969423..d85bc57c 100644
--- a/beat/editor/scripts/editor_cli.py
+++ b/beat/editor/scripts/editor_cli.py
@@ -100,7 +100,6 @@ def start(ctx, prefix, cache):
 
     app = QApplication(sys.argv)
 
-    # MainWindow settings
     QCoreApplication.setApplicationName("beat.editor")
     QCoreApplication.setOrganizationName("Idiap")
     QCoreApplication.setOrganizationDomain("ch.idiap")
-- 
GitLab