diff --git a/Applications/ProjectData.cpp b/Applications/ProjectData.cpp
index 6d07cdbcf5db77ee8debbf58c0fce479a9f749c2..4e8649406eedc28aa78cab62f8b50342e4cfe478 100644
--- a/Applications/ProjectData.cpp
+++ b/Applications/ProjectData.cpp
@@ -178,7 +178,6 @@ void ProjectData::parseProcessVariables(
 	// assign the referenced mesh below.
 	if (_mesh_vec.empty() || _mesh_vec[0] == nullptr) {
 		ERR("A mesh is required to define process variables.");
-		ERR("No geometric objects are read.");
 		return;
 	}