Showing
1 changed file
with
0 additions
and
1 deletions
@@ -212,7 +212,6 @@ | @@ -212,7 +212,6 @@ | ||
212 | const { deviceProfileId } = props.deviceDetail; | 212 | const { deviceProfileId } = props.deviceDetail; |
213 | const value = await getDeviceAttrs({ deviceProfileId }); | 213 | const value = await getDeviceAttrs({ deviceProfileId }); |
214 | socketInfo.attrKeys = isArray(value) ? value : []; | 214 | socketInfo.attrKeys = isArray(value) ? value : []; |
215 | - console.log(socketInfo); | ||
216 | setDataSource(); | 215 | setDataSource(); |
217 | open(); | 216 | open(); |
218 | }); | 217 | }); |