diff --git a/package.json b/package.json index 11d5519..0b11fc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haritorax-interpreter", - "version": "2.0.1", + "version": "3.0.0", "homepage": "https://github.com/JovannMC/haritorax-interpreter", "repository": "https://github.com/JovannMC/haritorax-interpreter", "bugs": { diff --git a/src/HaritoraX.ts b/src/HaritoraX.ts index e2381c6..96a6685 100644 --- a/src/HaritoraX.ts +++ b/src/HaritoraX.ts @@ -838,7 +838,6 @@ export default class HaritoraX extends EventEmitter { if (device === "HaritoraX Wired") { return await com.getDevicePorts("HaritoraX Wired"); } else { - log("1 Getting available ports for " + device); return await com.getDevicePorts(device); } } finally {