console.dir on events for debugging/logging

This commit is contained in:
Val Erastov 2018-02-16 00:21:06 -08:00
parent 78e5ff62b7
commit c49c21fd17

View file

@ -76,7 +76,7 @@ export default class Bus {
dispatch(key, data) {
// console.log('dispatch: %c' + key, 'color: #0a0');
// console.log(data);
// console.dir(data);
if (this.lock.has(key)) {
console.warn('recursive dispatch');