diff options
| author | 2023-09-27 22:00:12 +0000 | |
|---|---|---|
| committer | 2023-10-02 15:34:38 +0000 | |
| commit | 6826a31f18c904540cf2c92df81026b646ce130f (patch) | |
| tree | 5cf46a53164814c297bb508463d197b410457430 | |
| parent | cf7e6bcb33397b83a1ec2ea9cc1ce3d739c433c5 (diff) | |
Remove debugging log line
Bug: 300671811
Test: N/A
Change-Id: If5b04dc74c42432da2508310a3635b0695792b83
| -rw-r--r-- | packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ClockRegistry.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ClockRegistry.kt b/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ClockRegistry.kt index cb76ad7c77fe..651594c2d8f9 100644 --- a/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ClockRegistry.kt +++ b/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ClockRegistry.kt @@ -509,7 +509,6 @@ open class ClockRegistry( private var isQueued = AtomicBoolean(false) fun verifyLoadedProviders() { - Log.i(TAG, Thread.currentThread().getStackTrace().toString()) val shouldSchedule = isQueued.compareAndSet(false, true) if (!shouldSchedule) { logger.tryLog( |