Skip to content

Commit

Permalink
Remove spurious print in check function
Browse files Browse the repository at this point in the history
  • Loading branch information
parcollet committed Aug 8, 2024
1 parent 5855dd7 commit 14c5822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/c2py/pyref.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ namespace c2py {
// are identical.
auto sys = pyref::module("sys");
auto rt_version_hex = PyLong_AsLong(sys.attr("hexversion"));
std::cerr << rt_version_hex << " = ? " << version_hex;
if (rt_version_hex != version_hex) {
auto rt_version = sys.attr("version_info");
out << "\n\n Can not load the c2py module " //
Expand Down

0 comments on commit 14c5822

Please sign in to comment.