We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 988360f + 008b98c commit a70e8b2Copy full SHA for a70e8b2
1 file changed
packages/binding-mqtt/src/util.ts
@@ -16,7 +16,7 @@ import { createLoggers } from "@node-wot/core";
16
import { MqttQoS } from "./mqtt";
17
import { IClientPublishOptions } from "mqtt";
18
19
-const { debug, warn } = createLoggers("binding-mqtt", "mqtt-util");
+const { warn } = createLoggers("binding-mqtt", "mqtt-util");
20
21
export function mapQoS(qos: MqttQoS | undefined): Required<IClientPublishOptions>["qos"] {
22
switch (qos) {
0 commit comments