Remove cruft from ScrollView

Reviewed By: dmmiller

Differential Revision: D3287077

fbshipit-source-id: dfc238469bce540d69c38d3e17c87163e10d7b23
This commit is contained in:
Spencer Ahrens
2016-05-11 05:21:48 -07:00
committed by Facebook Github Bot 1
parent 4b4c040af7
commit 2d43663ac8

View File

@@ -359,7 +359,6 @@ const ScrollView = React.createClass({
},
getScrollableNode: function(): any {
// console.log('getScrollableNode: ', {ref: this._scrollViewRef, node: ReactNative.findNodeHandle(this._scrollViewRef)});
return ReactNative.findNodeHandle(this._scrollViewRef);
},