Skip to content

Commit 9255a17

Browse files
committed
Remove console.log
1 parent 5dddf46 commit 9255a17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ function gitUrlParse(url) {
114114
break;
115115
} else {
116116
splits = urlInfo.name.split("/");
117-
console.log('splits = ', splits);
118-
console.log('urlInfo = ', urlInfo);
119117
if (splits.length === 5) {
120118
urlInfo.organization = splits[0];
121119
urlInfo.owner = splits[1];

0 commit comments

Comments
 (0)