From eff612343951d9bd2abcbdf528fd0b82c0d3035c Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Mon, 18 Mar 2013 14:24:38 +0100
Subject: [PATCH] remove debugging information

---
 modules/gui/src/gosty.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/src/gosty.cc b/modules/gui/src/gosty.cc
index 858c55a03..952b2f46f 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");
-- 
GitLab