From bcd71e17cf8046f7a8cef0b0bd742d585641a70b Mon Sep 17 00:00:00 2001 From: Tosin Oni Date: Sun, 19 Apr 2020 20:29:19 -0400 Subject: [PATCH] remove console log --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index d56d23c..5460b86 100644 --- a/index.js +++ b/index.js @@ -296,7 +296,6 @@ class SortableGrid extends Component { }; assessGridSize = ({ nativeEvent }) => { - console.log("Calculating grid size"); if ( this.props.itemWidth && this.props.itemWidth < nativeEvent.layout.width