Skip to content

Commit 822e578

Browse files
committed
Removed logcat ouput.
1 parent 28bcb18 commit 822e578

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MPChartExample/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.xxmassdeveloper.mpchartexample"
44
android:versionCode="36"
5-
android:versionName="2.1.2" >
5+
android:versionName="2.0.7" >
66

77
<uses-sdk
88
android:minSdkVersion="8"

MPChartExample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion 16
88
targetSdkVersion 21
99
versionCode 36
10-
versionName '2.1.1'
10+
versionName '2.0.7'
1111

1212
sourceSets {
1313
main {
@@ -53,5 +53,5 @@ dependencies {
5353
//compile fileTree(dir: 'libs', include: ['*.jar'])
5454
compile project(':MPChartLib') // remove this if you only imported the example project
5555
compile 'com.android.support:appcompat-v7:21.0.3'
56-
//compile 'com.github.PhilJay:MPAndroidChart:v2.1.1'
56+
//compile 'com.github.PhilJay:MPAndroidChart:v2.0.7'
5757
}

MPChartLib/src/com/github/mikephil/charting/charts/Chart.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public abstract class Chart<T extends ChartData<? extends DataSet<? extends Entr
6262
public static final String LOG_TAG = "MPAndroidChart";
6363

6464
/** flag that indicates if logging is enabled or not */
65-
protected boolean mLogEnabled = true;
65+
protected boolean mLogEnabled = false;
6666

6767
/**
6868
* object that holds all data that was originally set for the chart, before

0 commit comments

Comments
 (0)