Skip to content

Commit 8e67f2d

Browse files
committed
Removed console log
1 parent e1b3014 commit 8e67f2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/rules-unit-testing/src/initialize.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export async function initializeTestEnvironment(
8282
}
8383

8484
if (config.database?.rules) {
85-
console.log('RUNNING RULES');
8685
assertEmulatorRunning(emulators, 'database');
8786
await loadDatabaseRules(
8887
emulators.database,

0 commit comments

Comments
 (0)