diff --git a/test/integration_test/integration_test.cpp b/test/integration_test/integration_test.cpp
index 24dd0aff79456fbce175e4d47d54ae6a904466d9..aa84fb7923e8ee506935dcf498fe7aeadf8afd4d 100644
--- a/test/integration_test/integration_test.cpp
+++ b/test/integration_test/integration_test.cpp
@@ -298,8 +298,6 @@ TEST_P(IntegrationFixture, myNameIntegrationTest) {
         rootPath = std::filesystem::path({file.substr(0, file.rfind('\\'))});
     }
 
-    std::cout << "Root path: " << rootPath.string() << std::endl;
-
     const auto dynexitePath =
         rootPath / "dynexite" / (dynexiteFileName.toStdString() + ".csv");
     const auto rwthOnlinePath =