diff options
author | Mark Pentler <tehhustler@hotmail.com> | 2021-10-20 13:58:47 +0100 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-10-22 15:22:32 -0400 |
commit | 1d61a3cefd82434ff12ae30a350f6496eadc065d (patch) | |
tree | a50d35665084a26c62d55fa10750ed55958a2aa0 /grc/gui/MainWindow.py | |
parent | db01027fd99c882cf8b3a7dad854606499778e3b (diff) |
grc: Move menu init debug log to MainWindow.py
This code belongs in MainWindow and not Application since the menu is
created in there. Additionally the commented-out code block below it
can also come out.
Signed-off-by: Mark Pentler <tehhustler@hotmail.com>
Diffstat (limited to 'grc/gui/MainWindow.py')
-rw-r--r-- | grc/gui/MainWindow.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/MainWindow.py b/grc/gui/MainWindow.py index 7a28552c1a..7e8462b3ef 100644 --- a/grc/gui/MainWindow.py +++ b/grc/gui/MainWindow.py @@ -69,6 +69,7 @@ class MainWindow(Gtk.ApplicationWindow): self.set_icon(icon.load_icon()) # Create the menu bar and toolbar + log.debug("Creating menu") generate_modes = platform.get_generate_options() # This needs to be replaced |