Remove an unnecessary debug output.

Change-Id: If92bf1e3908257c4c0cd68d041b122404e301e08
main
Yuichiro Hanada 2013-08-19 17:04:32 +09:00
parent 0154e3620f
commit 9204303206
1 changed files with 0 additions and 1 deletions

View File

@ -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));