Skip to content

Commit 1324ba0

Browse files
committed
Remove verbose logging
1 parent 0f63e61 commit 1324ba0

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

firebase-app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ androidEmulator {
5959
}
6060

6161
headless(true) // Defaults to false but should be set to true for most CI systems
62-
logEmulatorOutput(true) // Defaults to false but can be enabled to have emulator output logged for debugging.
6362
}
6463

6564
kotlin {

firebase-auth/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ androidEmulator {
5353
}
5454

5555
headless(true) // Defaults to false but should be set to true for most CI systems
56-
logEmulatorOutput(true) // Defaults to false but can be enabled to have emulator output logged for debugging.
5756
}
5857

5958
kotlin {

firebase-common/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ androidEmulator {
5656
}
5757

5858
headless(true) // Defaults to false but should be set to true for most CI systems
59-
logEmulatorOutput(true) // Defaults to false but can be enabled to have emulator output logged for debugging.
6059
}
6160

6261
kotlin {

firebase-database/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ androidEmulator {
5151
}
5252

5353
headless(true) // Defaults to false but should be set to true for most CI systems
54-
logEmulatorOutput(true) // Defaults to false but can be enabled to have emulator output logged for debugging.
5554
}
5655

5756
kotlin {

firebase-firestore/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ androidEmulator {
5353
}
5454

5555
headless(true) // Defaults to false but should be set to true for most CI systems
56-
logEmulatorOutput(true) // Defaults to false but can be enabled to have emulator output logged for debugging.
5756
}
5857

5958
kotlin {

firebase-functions/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ androidEmulator {
5151
}
5252

5353
headless(true) // Defaults to false but should be set to true for most CI systems
54-
logEmulatorOutput(true) // Defaults to false but can be enabled to have emulator output logged for debugging.
5554
}
5655

5756
kotlin {

0 commit comments

Comments
 (0)