mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
remove logs
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user