diff --git a/src/movable-text.jsx b/src/movable-text.jsx index ae56c8e..bcb4e56 100644 --- a/src/movable-text.jsx +++ b/src/movable-text.jsx @@ -21,11 +21,6 @@ define(function(require) { }.bind(this)); hammer.on('panend', function(e) { var movingText = this.state.movingText; - if (!movingText) { - // Not sure how this can happen, but apparently it does... - console.log("state.movingText is null, how odd."); - return; - } this.props.firebaseRef.update({ x: movingText.x, y: movingText.y