Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit ba9dd13

Browse files
committed
remove useless code
1 parent 9e8c9f5 commit ba9dd13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/serialmonitor/serialportctrl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export class SerialPortCtrl {
3434
private _currentPort: string;
3535
private _currentBaudRate: number;
3636
private _currentSerialPort = null;
37-
// private const ending = ;
3837

3938
public constructor(port: string, baudRate: number, private _outputChannel: OutputChannel) {
4039
this._currentBaudRate = baudRate;

0 commit comments

Comments
 (0)