remove console log

This commit is contained in:
isidor
2020-10-22 17:55:17 +02:00
parent 51bf511f16
commit dd45bbe2ad
@@ -523,7 +523,6 @@ export class ColorThemeData implements IWorkbenchColorTheme {
watch: this.watch
});
console.log(`${value.length} + ${value}`);
storageService.store(ColorThemeData.STORAGE_KEY, value, StorageScope.GLOBAL);
}