Skip to content

Commit f961f1d

Browse files
committed
remove stray logging left over from debug
1 parent 751a870 commit f961f1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/jenkinsci/plugins/github_branch_source/GithubAppCredentialsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,6 @@ public void testAgentRefresh() throws Exception {
465465

466466
// Verify correct messages from GitHubAppCredential logger indicating token was retrieved on
467467
// agent
468-
System.out.println(credentialsLog);
469-
470468
assertThat(
471469
"Creds should cache on master, pass to agent, and refresh agent from master once",
472470
credentialsLog,

0 commit comments

Comments
 (0)