diff --git a/dumux/discretization/box/elementvolumevariables.hh b/dumux/discretization/box/elementvolumevariables.hh
index 5d244927fdfcff6dd588ca916ebc9e52c8f8eb6a..1c9cc0ca05d873658f8c4921ff4ac305c03db0c6 100644
--- a/dumux/discretization/box/elementvolumevariables.hh
+++ b/dumux/discretization/box/elementvolumevariables.hh
@@ -133,11 +133,7 @@ public:
         // resize volume variables to the required size
         volumeVariables_.resize(fvGeometry.numScv());
         for (auto&& scv : scvs(fvGeometry))
-        {
-            // TODO: INTERFACE SOLVER
-            // gridVolVars().problem().model().boxInterfaceConditionSolver().updateScvVolVars(element, scv, sol);
             volumeVariables_[scv.indexInElement()].update(elemSol, gridVolVars().problem(), element, scv);
-        }
     }
 
     const VolumeVariables& operator [](std::size_t scvIdx) const