summaryrefslogtreecommitdiff
path: root/grc/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/main.py')
-rwxr-xr-xgrc/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/main.py b/grc/main.py
index 224a9b11e8..4d04608269 100755
--- a/grc/main.py
+++ b/grc/main.py
@@ -74,7 +74,6 @@ def main():
log.debug("Running main")
# Delay importing until the logging is setup
- # Otherwise, the decorators could not use logging.
from .gui.Platform import Platform
from .gui.Application import Application