Skip to content

Commit c993853

Browse files
author
Ajay Kannan
committed
remove check for duplicate logs
1 parent 054ed10 commit c993853

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)