# HG changeset patch # User Chris Cannam # Date 1547134573 0 # Node ID ef4989f33648ae05068aac60f1f40e77c843155d # Parent a51a335fbdf43797e77d0d38917ab9eac1f7aa49 Remove unreachable code diff -r a51a335fbdf4 -r ef4989f33648 PyTypeInterface.h --- a/PyTypeInterface.h Thu Jan 10 15:35:42 2019 +0000 +++ b/PyTypeInterface.h Thu Jan 10 15:36:13 2019 +0000 @@ -289,11 +289,6 @@ } list.push_back(element); return list; - -#ifdef _DEBUG - cerr << "PyTypeInterface::PyValue_To_VampList failed. Expected iterable return type." << endl; -#endif - } /// Convert DTYPE type 1D NumpyArray to std::vector