From 1846dec8992fc8252a00dba943c8bc2e00ea6338 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 11 Mar 2016 12:29:21 +0100 Subject: [PATCH] scilab: remove debug stuff --- Lib/scilab/std_basic_string.i | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/scilab/std_basic_string.i b/Lib/scilab/std_basic_string.i index 4922abd35..43b660db6 100644 --- a/Lib/scilab/std_basic_string.i +++ b/Lib/scilab/std_basic_string.i @@ -16,7 +16,6 @@ SWIG_AsPtr_dec(std::basic_string)(int _iVar, std::basic_string **_ps if (buf) { if (_pstValue) { *_pstValue = new std::string(buf, len - 1); - sciprint("%s\n", (*_pstValue)->c_str()); } if (alloc == SWIG_NEWOBJ) { delete[] buf;