mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Remove stray logging
This commit is contained in:
committed by
Antonio Scandurra
parent
2c6490c2e0
commit
7aec696bb5
@@ -2216,7 +2216,6 @@ describe('TextEditorComponent', () => {
|
||||
expect(initialKoreanCharacterWidth).not.toBe(initialBaseCharacterWidth)
|
||||
verifyCursorPosition(component, cursorNode, 1, 29)
|
||||
|
||||
console.log(initialFontSize);
|
||||
element.style.fontSize = initialFontSize - 5 + 'px'
|
||||
TextEditor.didUpdateStyles()
|
||||
await component.getNextUpdatePromise()
|
||||
|
||||
Reference in New Issue
Block a user