mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-12 21:30:40 +01:00
Disable verbose logging in media converter.
This commit is contained in:
parent
91bc43ff44
commit
129662f4e8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import java.lang.annotation.RetentionPolicy;
|
|||
@SuppressWarnings("WeakerAccess")
|
||||
public final class MediaConverter {
|
||||
private static final String TAG = "media-converter";
|
||||
private static final boolean VERBOSE = true; // lots of logging
|
||||
private static final boolean VERBOSE = false; // lots of logging
|
||||
|
||||
// Describes when the annotation will be discarded
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
|
|
Loading…
Reference in a new issue