Navigation Menu

Skip to content

Commit

Permalink
remove debug code / string typemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Mar 28, 2012
1 parent c69fb70 commit 6fea6c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/python_modular/swig_typemaps.i
Expand Up @@ -969,7 +969,6 @@ TYPEMAP_INND(PyObject, NPY_OBJECT)
%define TYPEMAP_STRINGFEATURES_IN(type,typecode)
%typemap(typecheck, precedence=SWIG_TYPECHECK_POINTER) shogun::SGStringList<type>
{
printf("Now in typemap stringfeat. ");
$1 = is_pystring_list($input, typecode);
}
%typemap(in) shogun::SGStringList<type>
Expand Down

0 comments on commit 6fea6c9

Please sign in to comment.