aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_operation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_operation.cpp')
-rw-r--r--test/unit/test_operation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp
index d8e7347c..d0085004 100644
--- a/test/unit/test_operation.cpp
+++ b/test/unit/test_operation.cpp
@@ -10209,7 +10209,6 @@ TEST(operation, geocentric_topocentric) {
ASSERT_TRUE(dst != nullptr);
auto f(NS_PROJ::io::WKTFormatter::create(
NS_PROJ::io::WKTFormatter::Convention::WKT2_2019));
- std::cerr << GeodeticCRS::EPSG_4978->exportToWKT(f.get()) << std::endl;
auto op = CoordinateOperationFactory::create()->createOperation(
GeodeticCRS::EPSG_4978, NN_CHECK_ASSERT(dst));
ASSERT_TRUE(op != nullptr);