Removing console log comment.

This commit is contained in:
Evelyn Eastmond 2019-01-24 10:56:11 -05:00
parent b77f4c663a
commit fc6fcd0543

View File

@ -1038,7 +1038,6 @@ class RenderWebGL extends EventEmitter {
* @return {?DrawableExtraction} Data about the picked drawable
*/
extractDrawable (drawableID, x, y) {
// console.log('here');
this._doExitDrawRegion();
const drawable = this._allDrawables[drawableID];