Disable verbose logging in media converter.
This commit is contained in:
parent
173ee95e62
commit
65dc0d3f34
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||||
@SuppressWarnings("WeakerAccess")
|
@SuppressWarnings("WeakerAccess")
|
||||||
public final class MediaConverter {
|
public final class MediaConverter {
|
||||||
private static final String TAG = "media-converter";
|
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
|
// Describes when the annotation will be discarded
|
||||||
@Retention(RetentionPolicy.SOURCE)
|
@Retention(RetentionPolicy.SOURCE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue