Skip to content

Commit c003f42

Browse files
committed
Remove unnecessary logger
1 parent e8fc377 commit c003f42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/src/main/java/dev/starfix/Starfix.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public int cloneCmd(@Parameters(index = "0") String url) {
9595
if(isBlob(url))
9696
{ // Example URL : https://github.com/starfixdev/starfix/blob/master/cli/pom.xml
9797
// Example URL2: https://github.com/hexsum/Mojo-Webqq/blob/master/script/check_dependencies.pl#L17
98-
System.out.println(url);
9998
String temp = url.substring(url.indexOf("blob/")+5);
10099
branch = temp.substring(0,temp.indexOf("/"));
101100
filePath = temp.substring(temp.indexOf("/")+1);

0 commit comments

Comments
 (0)