Fix TODO comment

This commit is contained in:
Slawek Zachcial
2020-11-05 08:51:01 +01:00
parent b22d7f1140
commit b127436cc4
+1 -1
View File
@@ -2732,7 +2732,7 @@ export class InputHandler extends Disposable implements IInputHandler {
parseInt(match[4], 16)
];
//TODO: remove debug
// TODO: remove debug
console.log(`Setting ANSI color ${colorIndex} to RGB value ${color}`);
this._onAnsiColorChange.fire(colorIndex, color);
}