Remove console warning

- Per @nathansobo, we’re not sure whether it’s even helpful to know this
This commit is contained in:
Joe Fitzgerald
2016-12-09 10:03:42 +11:00
parent bf4e0d35ec
commit 9be8373930

View File

@@ -420,7 +420,6 @@ class TextEditorComponent
onScrollViewScroll: =>
if @mounted
console.warn "TextEditorScrollView scrolled when it shouldn't have."
@scrollViewNode.scrollTop = 0
@scrollViewNode.scrollLeft = 0