Skip to content

Commit 008b98c

Browse files
committed
chore(binding-mqtt): remove unused debug import
1 parent 988360f commit 008b98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/binding-mqtt/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { createLoggers } from "@node-wot/core";
1616
import { MqttQoS } from "./mqtt";
1717
import { IClientPublishOptions } from "mqtt";
1818

19-
const { debug, warn } = createLoggers("binding-mqtt", "mqtt-util");
19+
const { warn } = createLoggers("binding-mqtt", "mqtt-util");
2020

2121
export function mapQoS(qos: MqttQoS | undefined): Required<IClientPublishOptions>["qos"] {
2222
switch (qos) {

0 commit comments

Comments
 (0)