summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Gui/CCReporterDialog.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py
index 746c45c..8ff52ac 100644
--- a/src/Gui/CCReporterDialog.py
+++ b/src/Gui/CCReporterDialog.py
@@ -243,8 +243,6 @@ class ReporterDialog():
# probably usable 3
elif int(self.report[item][CD_CONTENT]) < 4:
ebErrors.show()
- fReproducer.hide()
- fComments.hide()
lErrors.set_markup(_("The backtrace is incomplete, please make sure you provide good steps to reproduce."))
bSend.set_sensitive(True)
else: