Skip to content

Commit 9907c5d

Browse files
author
y.kokubo
committed
debug code
1 parent 62634c3 commit 9907c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/com/github/api/v2/services/impl/GitHubApiGateway.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ protected InputStream callApiGet(String apiUrl) {
252252
* @return the input stream
253253
*/
254254
protected InputStream callApiGet(String apiUrl, int expected) {
255+
256+
System.out.println(apiUrl);
255257
try {
256258
URL url = new URL(apiUrl);
257259
if (!requestParameters.isEmpty()) {

0 commit comments

Comments
 (0)