mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Log.
This commit is contained in:
parent
57f8ec90c4
commit
651eb449f8
1 changed files with 0 additions and 3 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue