Index: source/ariba/utility/types/Identifier.h
===================================================================
--- source/ariba/utility/types/Identifier.h	(revision 4608)
+++ source/ariba/utility/types/Identifier.h	(revision 4614)
@@ -591,7 +591,7 @@
 	// when deserializing reset unspec flag
 	if (X.isDeserializer()){
+		//isUnspec = unspec;
 		isUnspec = false;
-		isUnspec = unspec;
-		std::cout << "isUnspec: " << (isUnspec ? "true" : "false") << "   " << "unspec: " << (int)unspec << std::endl;
+		//std::cout << "isUnspec: " << (isUnspec ? "true" : "false") << "   " << "unspec: " << (int)unspec << std::endl;
 	}
 
