IoTivity Simulator System testing bug fixes.
[platform/upstream/iotivity.git] / service / simulator / java / eclipse-plugin / ClientControllerPlugin / src / oic / simulator / clientcontroller / manager / ResourceManager.java
index a891896..c417fca 100644 (file)
@@ -1269,13 +1269,6 @@ public class ResourceManager {
                     devInfo.getDataModelVersion()));
         }
 
-        /*
-         * metaProperties.add(new MetaProperty(Constants.DEVICE_ID, ""));
-         * metaProperties.add(new MetaProperty(Constants.DEVICE_NAME, ""));
-         * metaProperties.add(new MetaProperty(Constants.DEVICE_SPEC_VERSION,
-         * "")); metaProperties.add(new
-         * MetaProperty(Constants.DEVICE_DMV_VERSION, ""));
-         */
         return metaProperties;
     }