diff --git a/src/damaris/gui/DamarisGUI.py b/src/damaris/gui/DamarisGUI.py index 821272e..8890374 100644 --- a/src/damaris/gui/DamarisGUI.py +++ b/src/damaris/gui/DamarisGUI.py @@ -1698,15 +1698,6 @@ get_ylabel set_ylabel""" if exp_script or res_script: script_widget.set_scripts(exp_script, res_script) - # Show success message - success_dialog = gtk.MessageDialog(parent=script_widget.xml_gui.get_object( "main_window"), - type=gtk.MessageType.INFO, - flags=gtk.DialogFlags.MODAL, - buttons=("_OK", gtk.ResponseType.OK)) - success_dialog.set_markup("Successfully loaded data from %s" % os.path.basename(file_name)) - success_dialog.run() - success_dialog.destroy() - except Exception as e: error_dialog = gtk.MessageDialog(parent=script_widget.xml_gui.get_object( "main_window"), type=gtk.MessageType.ERROR,