We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988360f commit 008b98cCopy full SHA for 008b98c
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