Skip to content

Commit 0c9fcd0

Browse files
committed
remove debug
1 parent 51a1acc commit 0c9fcd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ task compilej6(type: JavaCompile) {
4040
source = fileTree(dir: "src/main/java")
4141
classpath = sourceSets.main.compileClasspath
4242
destinationDir = sourceSets.main.output.classesDir
43-
println sourceSets.main.output.classesDir
4443
includes = ['net/minecraftforge/installer/Java6Gate.java']
4544
sourceCompatibility = 1.6
4645
targetCompatibility = 1.6

0 commit comments

Comments
 (0)