Skip to content

Commit

Permalink
Remove unused logging.properties file (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard authored Sep 6, 2016
1 parent 3ea98b1 commit 8cf6a66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ public void testWriteAndListLogEntries() throws InterruptedException {
assertTrue(iterator.next().timestamp() <= lastTimestamp);
}
assertTrue(logging().deleteLog(logName));
assertFalse(logging().deleteLog(logName));
}

@Test
Expand Down Expand Up @@ -451,7 +450,6 @@ public void testWriteAndListLogEntriesAsync() throws InterruptedException, Execu
assertNotNull(entry.insertId());
assertNotNull(entry.timestamp());
assertTrue(logging().deleteLogAsync(logName).get());
assertFalse(logging().deleteLogAsync(logName).get());
}

@Test
Expand Down
59 changes: 0 additions & 59 deletions google-cloud-logging/src/test/resources/logging.properties

This file was deleted.

0 comments on commit 8cf6a66

Please sign in to comment.