Clean
This commit is contained in:
parent
64e5fed7ac
commit
61b1d83bbd
|
@ -45,7 +45,6 @@ android {
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
// Set to true to log privacy or sensible data, such as token
|
// Set to true to log privacy or sensible data, such as token
|
||||||
// TODO Set to false
|
|
||||||
buildConfigField "boolean", "LOG_PRIVATE_DATA", "false"
|
buildConfigField "boolean", "LOG_PRIVATE_DATA", "false"
|
||||||
// Set to BODY instead of NONE to enable logging
|
// Set to BODY instead of NONE to enable logging
|
||||||
buildConfigField "okhttp3.logging.HttpLoggingInterceptor.Level", "OKHTTP_LOGGING_LEVEL", "okhttp3.logging.HttpLoggingInterceptor.Level.NONE"
|
buildConfigField "okhttp3.logging.HttpLoggingInterceptor.Level", "OKHTTP_LOGGING_LEVEL", "okhttp3.logging.HttpLoggingInterceptor.Level.NONE"
|
||||||
|
|
|
@ -137,7 +137,6 @@ data class Event(
|
||||||
/**
|
/**
|
||||||
* Update the clear data on this event.
|
* Update the clear data on this event.
|
||||||
* This is used after decrypting an event; it should not be used by applications.
|
* This is used after decrypting an event; it should not be used by applications.
|
||||||
* It fires kMXEventDidDecryptNotification.
|
|
||||||
*
|
*
|
||||||
* @param decryptionResult the decryption result, including the plaintext and some key info.
|
* @param decryptionResult the decryption result, including the plaintext and some key info.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue