Skip to content

Commit

Permalink
fix: revert tmp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cipriansofronia committed Feb 26, 2024
1 parent fca1900 commit eafa852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose/kafkamate-kafka-schema-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
kafkamate:
image: csofronia/kafkamate:tmp10
image: csofronia/kafkamate:latest
hostname: kafkamate
ports:
- "8090:8080"
Expand Down
6 changes: 3 additions & 3 deletions site/src/main/scala/io/kafkamate/common/Util.scala
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package io.kafkamate
package common

//import scala.scalajs.LinkingInfo
import scala.scalajs.LinkingInfo

object Util {

def logMessage(message: String): Unit =
// if (LinkingInfo.developmentMode)
println(message)
if (LinkingInfo.developmentMode)
println(message)

}

0 comments on commit eafa852

Please sign in to comment.