remove logs

This commit is contained in:
Rachel Fenichel
2016-09-07 18:32:53 -07:00
parent 16b7ae6193
commit 0ecd4c7a17

View File

@@ -158,10 +158,6 @@ Blockly.onMouseMove_ = function(e) {
* captured.
*/
Blockly.Touch.clearTouchIdentifier = function() {
console.trace('\tclearing touch identifier');
if (Blockly.Touch.touchIdentifier_ == null) {
console.log('\t\ttouch identifier was already null');
}
Blockly.Touch.touchIdentifier_ = null;
};