Skip to content

Commit 05f056b

Browse files
committed
Remove code that disabled logging.
1 parent b66a051 commit 05f056b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/org/gitlab4j/api/TestGitLabApiEvents.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,6 @@ public void testPolymorphicSystemHookEvent() throws Exception {
269269
@Test
270270
public void testSystemHookManagerHandleEvent() throws Exception {
271271

272-
// Turn off logging. This is a hack as if we don't turn it off the logging tests ran later will fail
273-
GitLabApi.getLogger().setLevel(Level.OFF);;
274-
275272
// Arrange
276273
HttpServletRequest request = mock(HttpServletRequest.class);
277274
given(request.getHeader("X-Gitlab-Event")).willReturn(SystemHookManager.SYSTEM_HOOK_EVENT);

0 commit comments

Comments
 (0)