diff --git a/MeshLib/Mesh.cpp b/MeshLib/Mesh.cpp
index 26311c957e30136e1f546758d9dc41e05b7e813a..507bd455afccf2bad871b21a7fbb32fb8e6e9974 100644
--- a/MeshLib/Mesh.cpp
+++ b/MeshLib/Mesh.cpp
@@ -39,7 +39,6 @@ Mesh::Mesh(const std::string &name,
 	_edge_length[0] = 0;
 	_edge_length[1] = 0;
 	this->setDimension();
-	this->makeNodesUnique();
 	this->setElementsConnectedToNodes();
 	//this->setNodesConnectedByEdges();
 	//this->setNodesConnectedByElements();