Skip to content

Commit 661a50d

Browse files
committed
chore(binding-modbus): remove console.log from tests (eslint)
1 parent 2427afb commit 661a50d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

packages/binding-modbus/test/modbus-client-test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ describe("Modbus client test", () => {
3131
let testServer: ModbusServer;
3232

3333
before(async () => {
34-
// Turn off logging to have a clean test log
35-
console.debug = () => {
36-
// Do nothing.
37-
};
38-
console.warn = () => {
39-
// Do nothing.
40-
};
41-
4234
testServer = new ModbusServer(1);
4335
await testServer.start();
4436
});

0 commit comments

Comments
 (0)