[Commonizer] Logging: Remove 'COMMONIZATION' prologue

^KT-36679
This commit is contained in:
sebastian.sellmair
2021-04-29 09:48:12 +02:00
committed by TeamCityServer
parent 9d9e11d6d8
commit ec440aecf6
2 changed files with 8 additions and 4 deletions
@@ -16,7 +16,7 @@ internal abstract class Task(private val options: Collection<Option<*>>) : Compa
// Important: the order of entries affects that order of tasks execution
INFORMATIONAL,
COMMONIZATION(
prologue = "\nKotlin KLIB commonizer: Please wait while preparing libraries.",
prologue = null,
epilogue = "\n",
logEachStep = true
)