Commit b93d299d authored by Tommy Nyquist's avatar Tommy Nyquist Committed by Commit Bot

Remove unnecessary print statement.

As much as David wants fame by printing his name in everyone's logcat,
let's be real, we need to save these bytes for APK size savings.

Change-Id: Icceb0a3ac93ce0171efc7fd3227570f38aae4081
Reviewed-on: https://chromium-review.googlesource.com/c/1475693
Auto-Submit: Tommy Nyquist <nyquist@chromium.org>
Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633764}
parent ed0ff3bd
......@@ -65,8 +65,6 @@ class FileDeletionQueue {
File file = mFiles.poll();
if (file == null) return;
System.out.println("dtrainor: Starting " + file.getName());
mTask = new FileDeletionTask(file);
mTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment