Skip to content

Commit 85b967a

Browse files
PowerSchilldaviwil
authored andcommitted
Removes unused output code used for debugging
1 parent 06f3b63 commit 85b967a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/features/GenerateBugReport.ts

-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { SessionManager } from '../session';
33
import cp = require('child_process');
44
import Settings = require('../settings');
55

6-
import window = vscode.window;
76
const os = require("os");
87

98
import { IFeature, LanguageClient } from '../feature';
@@ -33,12 +32,6 @@ export class GenerateBugReportFeature implements IFeature {
3332
constructor(private sessionManager: SessionManager) {
3433
this.command = vscode.commands.registerCommand('PowerShell.GenerateBugReport', () => {
3534

36-
37-
var OutputChannel = window.createOutputChannel('Debug');
38-
OutputChannel.show();
39-
40-
OutputChannel.appendLine('Starting Bug Report');
41-
4235
var body = encodeURIComponent(`## Issue Description ##
4336
4437
I am experiencing a problem with...

0 commit comments

Comments
 (0)