Skip to content

Commit 59d580e

Browse files
committed
removed broken link
1 parent 5fb6e02 commit 59d580e

File tree

1 file changed

+0
-1
lines changed
  • fxgl/src/main/kotlin/com/almasb/fxgl/app

1 file changed

+0
-1
lines changed

fxgl/src/main/kotlin/com/almasb/fxgl/app/Engine.kt

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ internal class Engine(val settings: ReadOnlyGameSettings) {
5959
log.debug("Architecture: $operatingSystemArchitecture")
6060
log.info("Source code and latest versions at: https://github.com/AlmasB/FXGL")
6161
log.info(" Ask questions and discuss at: https://github.com/AlmasB/FXGL/discussions")
62-
log.info(" Join the FXGL chat at: https://gitter.im/AlmasB/FXGL")
6362
}
6463

6564
fun <T : EngineService> getService(serviceClass: Class<T>): T {

0 commit comments

Comments
 (0)