Skip to content

Commit fb79faf

Browse files
committed
Remove console.log
1 parent b285d7a commit fb79faf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/v2/providers/database.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ export function onChangedOperation<Ref extends string>(
459459
handler: (event: DatabaseEvent<Change<DataSnapshot>, ParamsOf<Ref>>) => any | Promise<any>
460460
): CloudFunction<DatabaseEvent<Change<DataSnapshot>, ParamsOf<Ref>>> {
461461
const { path, instance, opts } = getOpts(referenceOrOpts);
462-
console.log(opts);
463462

464463
const pathPattern = new PathPattern(path);
465464
const instancePattern = new PathPattern(instance);

0 commit comments

Comments
 (0)