Skip to content
Snippets Groups Projects
Commit 71f7c54f authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Remove unwanted debug call.

parent 6733da83
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment