From 71f7c54fd97dd101dc55a4122407051cbc65d42d Mon Sep 17 00:00:00 2001
From: Thomas Moulard <thomas.moulard@gmail.com>
Date: Mon, 20 Dec 2010 22:47:00 +0100
Subject: [PATCH] Remove unwanted debug call.

---
 src/dgraph/import.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dgraph/import.cpp b/src/dgraph/import.cpp
index f7e12ff..058a2e1 100644
--- a/src/dgraph/import.cpp
+++ b/src/dgraph/import.cpp
@@ -190,7 +190,6 @@ namespace dynamicgraph
 	    ("failed to import module ``%1%'' (import paths: %2%).");
 	  fmt % module;
 	  fmt % scriptDirectories;
-	  std::cout << fmt.str () << std::endl;
 	  DG_THROW ExceptionFactory
 	    (ExceptionFactory::READ_FILE, fmt.str ());
 	  return;
-- 
GitLab