Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(binding-mqtt): remove unused debug import #1205

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

JKRhb
Copy link
Member

@JKRhb JKRhb commented Dec 21, 2023

This is an extremely trivial PR that gets rid of the single warning eslint is currently reporting on the master branch.

Since the change is so simple, I will merge it right away.

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (988360f) 77.44% compared to head (008b98c) 77.44%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1205   +/-   ##
=======================================
  Coverage   77.44%   77.44%           
=======================================
  Files          82       82           
  Lines       17241    17241           
  Branches     1737     1737           
=======================================
  Hits        13352    13352           
  Misses       3854     3854           
  Partials       35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JKRhb JKRhb merged commit a70e8b2 into eclipse-thingweb:master Dec 21, 2023
11 checks passed
@JKRhb JKRhb deleted the remove-unsused-var branch December 21, 2023 12:29
@@ -16,7 +16,7 @@ import { createLoggers } from "@node-wot/core";
import { MqttQoS } from "./mqtt";
import { IClientPublishOptions } from "mqtt";

const { debug, warn } = createLoggers("binding-mqtt", "mqtt-util");
const { warn } = createLoggers("binding-mqtt", "mqtt-util");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mhh interesting. I would have said that the code checks we have in place mention unused imports...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The warning popped up in other PRs as an additional warning not related to code being changed, which is how I noticed it – but yeah, strange that it slipped through 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants