Skip to content

Commit

Permalink
Remove comments/logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jun 21, 2022
1 parent cb0bbcc commit 0df6031
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
}

registerCommandDecoration(command: ITerminalCommand, beforeCommandExecution?: boolean): IDecoration | undefined {
console.log('registerCommandDecoration');
if (!this._terminal) {
return undefined;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ export class XtermTerminal extends DisposableStore implements IXtermTerminal, II
this.raw.loadAddon(this._shellIntegrationAddon);
}

// private _createDecorationAddon(): void {
// }

async getSelectionAsHtml(command?: ITerminalCommand): Promise<string> {
if (!this._serializeAddon) {
const Addon = await this._getSerializeAddonConstructor();
Expand Down

0 comments on commit 0df6031

Please sign in to comment.