Skip to content
Snippets Groups Projects
Commit 92043032 authored by Yuichiro Hanada's avatar Yuichiro Hanada
Browse files

Remove an unnecessary debug output.

Change-Id: If92bf1e3908257c4c0cd68d041b122404e301e08
parent 0154e362
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,6 @@ public class UserHistoryDictionaryTests extends AndroidTestCase {
Log.d(TAG, "testStressTestForSwitchingLanguageAndAddingWords took "
+ (end - start) + " ms");
} finally {
Log.d(TAG, "waiting for writing ...");
try {
Log.d(TAG, "waiting for writing ...");
Thread.sleep(TimeUnit.MILLISECONDS.convert(5L, TimeUnit.SECONDS));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment