mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +01:00
console.dir on events for debugging/logging
This commit is contained in:
parent
78e5ff62b7
commit
c49c21fd17
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue