Skip to content

Commit

Permalink
0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hopskipnfall committed Feb 3, 2025
1 parent f39011c commit a69dbed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion emulinker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ group = "org.emulinker"

description = "EmuLinker-K"

version = "0.14.0"
version = "0.15.0"

kotlin { jvmToolchain(17) }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import java.util.concurrent.TimeUnit.MILLISECONDS
import java.util.concurrent.TimeUnit.MINUTES
import java.util.concurrent.TimeUnit.SECONDS
import org.emulinker.kaillera.controller.v086.action.ActionModule
import org.emulinker.util.EmuUtil.toSimpleUtcDatetime
import org.emulinker.util.stripFromProdBinary
import org.koin.core.context.startKoin

Expand Down Expand Up @@ -47,9 +46,6 @@ fun main() {
stripFromProdBinary {
logger.atWarning().log("DEBUG BUILD -- This should not be used for production servers!")
}
logger
.atInfo()
.log("EmuLinker server is running @ %s", component.clock.now().toSimpleUtcDatetime())
// Essentially does nothing.
component.kailleraServerController.start()

Expand Down

0 comments on commit a69dbed

Please sign in to comment.