Removing console log.

This commit is contained in:
Evelyn Eastmond 2018-12-28 12:15:33 -05:00
parent 5e5a423d39
commit b77f4c663a

View File

@ -1038,6 +1038,7 @@ 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];