diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> | 2013-09-28 14:42:03 +0200 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> | 2013-09-28 14:42:03 +0200 |
commit | c7f26dcc9e64ad05007ede544060905afcb41136 (patch) | |
tree | f9ef67d01418a7cea7f19008b9bf62b2f6305d77 | |
parent | b127ea0d3b0a10f827f0e1d7d8823ec8798f4382 (diff) | |
download | scilab-richelieu-vmkit.zip scilab-richelieu-vmkit.tar.gz |
JIT: remove debug messagerichelieu-vmkit
Change-Id: I23994c62db1496202fbaf084f874d71cc2639eca
-rw-r--r-- | scilab/modules/jit/includes/JITvisitor.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scilab/modules/jit/includes/JITvisitor.hxx b/scilab/modules/jit/includes/JITvisitor.hxx index 042c9df..24a08d5 100644 --- a/scilab/modules/jit/includes/JITvisitor.hxx +++ b/scilab/modules/jit/includes/JITvisitor.hxx | |||
@@ -247,7 +247,6 @@ public: | |||
247 | result_set(NULL); | 247 | result_set(NULL); |
248 | 248 | ||
249 | (*itExp)->accept(*this); | 249 | (*itExp)->accept(*this); |
250 | std::cout << "coucou" << std::endl; | ||
251 | result_get()->dump(); | 250 | result_get()->dump(); |
252 | } | 251 | } |
253 | } | 252 | } |