Skip to content

Commit

Permalink
Remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Mar 19, 2017
1 parent ffc9d22 commit 689eb45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class TaskUtils {
File name = version.parentFile
File module = name.parentFile
String dir = "$module.name/$version.name/$name.name"
println "bundle $task.bundle"
while (module.parentFile != null && module.parentFile.name != 'm2repository') {
module = module.parentFile
dir = module.name + "." + dir
Expand Down

0 comments on commit 689eb45

Please sign in to comment.