Skip to content

Commit

Permalink
Remove test check.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 2, 2019
1 parent 2f973fc commit d9e473a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/python/plang/Environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ static void loadPython()
if (libname.empty())
libname = PDAL_PYTHON_LIBRARY;
libname = pdal::FileUtils::getFilename(libname);
std::cerr << "Python library = " << libname << "!\n";
::dlopen(libname.data(), RTLD_LAZY | RTLD_GLOBAL);
}
#endif
Expand Down

0 comments on commit d9e473a

Please sign in to comment.