Commit 75faa9b4795c3c8ef12355e7859cbefd572b51f0

Authored by ww
1 parent f8203089

chore: 移除console控制台打印命令

... ... @@ -212,7 +212,6 @@
212 212 const { deviceProfileId } = props.deviceDetail;
213 213 const value = await getDeviceAttrs({ deviceProfileId });
214 214 socketInfo.attrKeys = isArray(value) ? value : [];
215   - console.log(socketInfo);
216 215 setDataSource();
217 216 open();
218 217 });
... ...