Skip to content

Commit 7fb58aa

Browse files
committed
Dont log out the entire snapshot on debug command
1 parent 5958b8c commit 7fb58aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export class Database extends Base {
356356
cbs.forEach(cb => {
357357
if (cb && typeof(cb) === 'function') {
358358
const snap = new DataSnapshot(this, body.snapshot);
359-
this.log.debug('database_event received', path, evtName, snap);
359+
this.log.debug('database_event received', path, evtName);
360360
cb(snap, body);
361361
}
362362
});

0 commit comments

Comments
 (0)