diff --git a/src/scheme/AcousticSolver.hpp b/src/scheme/AcousticSolver.hpp
index 64c3967ccac7db4088ccf8cbc9608ec63326584e..375828f41a86eef02f1d7fe87e48bb6ff4388223 100644
--- a/src/scheme/AcousticSolver.hpp
+++ b/src/scheme/AcousticSolver.hpp
@@ -70,7 +70,7 @@ class AcousticSolver
 
     Kokkos::parallel_for(m_mesh.numberOfNodes(), KOKKOS_LAMBDA(const NodeId& r) {
         Rdd sum = zero;
-        const auto& node_to_cell = node_to_cell_matrix[r];//.rowConst(r);
+        const auto& node_to_cell = node_to_cell_matrix[r];
         const auto& node_local_number_in_its_cells
             = node_local_numbers_in_their_cells.itemValues(r);