Skip to content

Commit d6eb242

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1051 b: refs/heads/master c: c993853 h: refs/heads/master i: 1049: 0a77604 1047: bac1f3b v: v3
1 parent a3543a8 commit d6eb242

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
refs/heads/master: 054ed10544c409f26258fbae3fde57b3f96141cc
2+
refs/heads/master: c993853eee069a067aebfb78d8c99740cddbfa38
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99

trunk/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/testing/LocalGcdHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ private void processLogLine(String previousLine, String nextLine) {
276276
currentLogLevel = nextLogLevel;
277277
if (!previousLine.contains(GCD_LOGGING_CLASS)) {
278278
collectionMode = false;
279-
} else if (nextLine.startsWith("SEVERE: ")) {
280-
collectionMode = false; // don't show duplicate messages (see issue #258)
281279
} else {
282280
collectionMode = true;
283281
}

0 commit comments

Comments
 (0)