Don't log link to how to support new devices when receiving message without converter.

This commit is contained in:
Koen Kanters
2019-11-07 18:27:47 +01:00
parent dcf1c83a25
commit 6245c6a59f
-1
View File
@@ -92,7 +92,6 @@ class DeviceReceive extends BaseExtension {
`No converter available for '${mappedDevice.model}' with cluster '${data.cluster}' ` +
`and type '${data.type}' and data '${JSON.stringify(data.data)}'`,
);
logger[level](`Please see: https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html.`);
return;
}