Remove stray logging

This commit is contained in:
Nathan Sobo
2017-04-11 15:38:24 -06:00
committed by Antonio Scandurra
parent 2c6490c2e0
commit 7aec696bb5

View File

@@ -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()