From 6d605f310060271c0d8963318222f8413487a265 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 18 Nov 2015 17:36:44 -0800 Subject: [PATCH] println. --- src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt b/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt index 057162d9..cb00879f 100644 --- a/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt +++ b/src/main/kotlin/com/beust/kobalt/internal/JvmCompilerPlugin.kt @@ -63,10 +63,8 @@ abstract class JvmCompilerPlugin @Inject constructor( taskCompile(project) TaskResult() }) - println("New task: " + Variant(pf, bt).toTask("compile")) } } - println("Done") } /**