diff --git a/src/main/scala/viper/gobra/backend/ViperBackends.scala b/src/main/scala/viper/gobra/backend/ViperBackends.scala index 2190d6ade..e78c996ce 100644 --- a/src/main/scala/viper/gobra/backend/ViperBackends.scala +++ b/src/main/scala/viper/gobra/backend/ViperBackends.scala @@ -180,7 +180,7 @@ object ViperBackends { case class ViperServerWithCarbon(initialServer: Option[ViperCoreServer] = None) extends ViperServerBackend(initialServer) { override def getViperVerifierConfig(exePaths: Vector[String], config: Config): ViperVerifierConfig = { var options: Vector[String] = Vector.empty - options ++= Vector("--logLevel", "ERROR") + // options ++= Vector("--logLevel", "ERROR") if (config.respectFunctionPrePermAmounts) { options ++= Vector("--respectFunctionPrePermAmounts") }