Skip to content

Commit 993f9d4

Browse files
committed
Remove debug code :P
1 parent 5485145 commit 993f9d4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/groovy/net/minecraftforge/gradleutils/PomUtils.groovy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ final class PomUtils {
109109

110110
var remoteUrl = stripProtocol(this.gitversion.version.info.url)
111111
var url = remoteUrl
112-
if (organization)
113-
println 'org exists'
114-
if (repo)
115-
println 'repo exists'
116112
if (organization && repo) {
117113
url = "github.com/${organization}/${repo}".toString()
118114

0 commit comments

Comments
 (0)