Skip to content

Commit 162775f

Browse files
fix printout
1 parent c343d96 commit 162775f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/francescodisalesdev/gitcli/service/GitService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public void getInfoRepository(String repository,String username,String branch) t
113113
else
114114
URL = "https://github.com/"+username+"/"+repository+"/tree/"+branch;
115115

116-
System.out.println(URL);
117116
Document document = Jsoup.connect(URL).get();
118117

119118
Elements elements = document.select("a");

0 commit comments

Comments
 (0)