Skip to content

Commit

Permalink
Remove unnecessary logging in CrashFileManager.
Browse files Browse the repository at this point in the history
BUG=

Review-Url: https://codereview.chromium.org/2818713002
Cr-Commit-Position: refs/heads/master@{#464557}
  • Loading branch information
gsennton authored and Commit bot committed Apr 13, 2017
1 parent e49d7df commit b24e1c0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,6 @@ static File[] getFilesBelowMaxTries(File[] unfilteredFiles, int maxTries) {
File[] listCrashFiles(@Nullable final Pattern pattern) {
File crashDir = getCrashDirectory();

Log.i(TAG, crashDir.getAbsolutePath());

FilenameFilter filter = null;
if (pattern != null) {
filter = new FilenameFilter() {
Expand Down

0 comments on commit b24e1c0

Please sign in to comment.