Disable some debug logging

main
Isaiah Odhner 2017-05-23 03:26:28 +00:00
parent 9cb18fa504
commit f2033921cc
1 changed files with 2 additions and 5 deletions

View File

@ -7,11 +7,8 @@
};
var debug_event = function(e, synthetic){
if(synthetic){
window.console && console.debug && console.debug(e.type + " (synthetic)");
}else{
window.console && console.debug && console.debug(e.type + " (not synthetic)");
}
// var label = synthetic ? "(synthetic)" : "(normal)";
// window.console && console.debug && console.debug(e.type, label);
};
// Hook into some events that imply a change might have occured