diff --git a/modules/gui/src/gosty.cc b/modules/gui/src/gosty.cc
index 858c55a03fb38126144161b94d19890e3622c30f..952b2f46f6f2418ef78c786a85f9e33d89490299 100644
--- a/modules/gui/src/gosty.cc
+++ b/modules/gui/src/gosty.cc
@@ -233,7 +233,6 @@ int main(int argc, char** argv)
 {
   int dummy_argc=1;
   char *dummy_argv[]= {argv[0], NULL };
-  std::cout << dummy_argv[0] << std::endl;
   MyApplication app(dummy_argc, dummy_argv);
   QCoreApplication::setOrganizationName("OpenStructure");
   QCoreApplication::setOrganizationDomain("openstructure.org");