Skip to content

Commit a70e8b2

Browse files
authored
Merge pull request #1205 from JKRhb/remove-unsused-var
chore(binding-mqtt): remove unused debug import
2 parents 988360f + 008b98c commit a70e8b2

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)