Skip to content

Commit ba85b2a

Browse files
committed
fix(github): Fix leaked debug statement
1 parent b6a7f6a commit ba85b2a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/plugins/github/tasks/http_client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func CreateAuthenticatedHttpClient(
8383
logger.Info("Persisted initial token for connection %d", connection.ID)
8484
}
8585
}
86-
println("http client HIT3")
8786

8887
return baseClient, nil
8988
}

0 commit comments

Comments
 (0)