commented logs

This commit is contained in:
Jan Prochazka
2022-02-10 18:07:41 +01:00
parent edcc957e64
commit 849eff9e5b
3 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ module.exports = {
}
},
emitChanged(key) {
// console.log('EMIT CHANGED', key);
this.emit('changed-cache', key);
// this.emit(key);
},