am 8135b653
: Merge "Remove an unnecessary debug output."
* commit '8135b653aa174af7edf555b5320d1161f44f7eb9': Remove an unnecessary debug output.
This commit is contained in:
commit
86bd99f561
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ public class UserHistoryDictionaryTests extends AndroidTestCase {
|
||||||
Log.d(TAG, "testStressTestForSwitchingLanguageAndAddingWords took "
|
Log.d(TAG, "testStressTestForSwitchingLanguageAndAddingWords took "
|
||||||
+ (end - start) + " ms");
|
+ (end - start) + " ms");
|
||||||
} finally {
|
} finally {
|
||||||
Log.d(TAG, "waiting for writing ...");
|
|
||||||
try {
|
try {
|
||||||
Log.d(TAG, "waiting for writing ...");
|
Log.d(TAG, "waiting for writing ...");
|
||||||
Thread.sleep(TimeUnit.MILLISECONDS.convert(5L, TimeUnit.SECONDS));
|
Thread.sleep(TimeUnit.MILLISECONDS.convert(5L, TimeUnit.SECONDS));
|
||||||
|
|
Loading…
Reference in a new issue