Skip to content

Commit

Permalink
remove unnecessary log in base activity
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Jun 13, 2016
1 parent 4b40451 commit f8e76a7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
import android.content.res.Configuration;
import android.content.res.Resources;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;

/**
* Created by zfdang on 2016-5-10.
@@ -45,7 +44,7 @@ public Resources getResources() {
config.fontScale = Settings.getInstance().getFontSizeFloatValue();
res.updateConfiguration(config, res.getDisplayMetrics());

Log.d("SMTHBaseActivity", "getResources: " + config.fontScale);
// Log.d("SMTHBaseActivity", "getResources: " + config.fontScale);
return res;
}
}

0 comments on commit f8e76a7

Please sign in to comment.