diff --git a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
index a7907fd9cc55ba4129570f529fd86db01b4c843e..a3beeeba7ca2072f3991152afc17b5242fff5817 100644
--- a/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
+++ b/dune/gfe/coupling/rodcontinuumsteklovpoincarestep.hh
@@ -241,8 +241,6 @@ public:
         // Solve!
         cg.apply(x, rhs, statistics);
 
-        std::cout << "x:\n" << x << std::endl;
-
         std::cout << "Linear rod interface correction: " << x[0] << std::endl;
         
         return x[0];