scilab: remove debug stuff

This commit is contained in:
simon 2016-03-11 12:29:21 +01:00
commit 1846dec899

View file

@ -16,7 +16,6 @@ SWIG_AsPtr_dec(std::basic_string<char>)(int _iVar, std::basic_string<char> **_ps
if (buf) { if (buf) {
if (_pstValue) { if (_pstValue) {
*_pstValue = new std::string(buf, len - 1); *_pstValue = new std::string(buf, len - 1);
sciprint("%s\n", (*_pstValue)->c_str());
} }
if (alloc == SWIG_NEWOBJ) { if (alloc == SWIG_NEWOBJ) {
delete[] buf; delete[] buf;