From 651eb449f800ef6cee330258d85032c8f37f0ba3 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Thu, 26 Nov 2015 05:45:31 -0800 Subject: [PATCH] Log. --- .../kotlin/com/beust/kobalt/kotlin/internal/ParsedBuildFile.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/kotlin/com/beust/kobalt/kotlin/internal/ParsedBuildFile.kt b/src/main/kotlin/com/beust/kobalt/kotlin/internal/ParsedBuildFile.kt index 95ec4c9f..bc233e96 100644 --- a/src/main/kotlin/com/beust/kobalt/kotlin/internal/ParsedBuildFile.kt +++ b/src/main/kotlin/com/beust/kobalt/kotlin/internal/ParsedBuildFile.kt @@ -51,9 +51,6 @@ class ParsedBuildFile(val file: File, val context: KobaltContext) { * val profile = true, otherwise return the same line */ fun correctProfileLine(line: String) : String { - if (line.contains("experimental")) { - println("DONOTCOMMIT") - } context.profiles.forEach { if (line.matches(kotlin.text.Regex("[ \\t]*val[ \\t]+$it[ \\t]+=.*"))) { with("val $it = true") {