aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-06-13 07:56:28 -0700
committerGravatar GitHub <noreply@github.com>2018-06-13 07:56:28 -0700
commit5de20858e405d714cc2b9d623bdd7705933d8255 (patch)
tree4e42eb235290a757b75218c304c6880109050472 /Firebase
parent3139f89c73faac99fe2f31297c6594a6454ebc9e (diff)
Remove unused static logging variable. (#1405)
* Remove unused static variable. This was previously used in an iOS 7 comparison that was removed in Firebase version 5.0.0. * Remove unused test variable.
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Core/FIRLogger.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/Firebase/Core/FIRLogger.m b/Firebase/Core/FIRLogger.m
index 03f8a79..ae14e9f 100644
--- a/Firebase/Core/FIRLogger.m
+++ b/Firebase/Core/FIRLogger.m
@@ -54,10 +54,6 @@ NSString *const kFIRPersistedDebugModeKey = @"/google/firebase/debug_mode";
/// ASL client facility name used by FIRLogger.
const char *kFIRLoggerASLClientFacilityName = "com.firebase.app.logger";
-/// Message format used by ASL client that matches format of NSLog.
-const char *kFIRLoggerCustomASLMessageFormat =
- "$((Time)(J.3)) $(Sender)[$(PID)] <$((Level)(str))> $Message";
-
/// Keys for the number of errors and warnings logged.
NSString *const kFIRLoggerErrorCountKey = @"/google/firebase/count_of_errors_logged";
NSString *const kFIRLoggerWarningCountKey = @"/google/firebase/count_of_warnings_logged";