diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h
index c72f2809f6ad5b9fae70bc7f52c68d6bc7bb278d..7e86c12a3fb4c9b1e350de9379a0b197546f995c 100644
--- a/MeshLib/Elements/Element.h
+++ b/MeshLib/Elements/Element.h
@@ -34,8 +34,7 @@ class Node;
  */
 class Element
 {
-    /* friend classes */
-    friend class Mesh;//void Mesh::setElementInformationForNodes();
+    friend class Mesh;
 
 public:
     /// Compute the minimum and maximum squared edge length for this element