Skip to content
Snippets Groups Projects
Commit 10ac7fe2 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Cleanup logging output

parent fb63967d
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,6 @@ class ContentPlayerPadContent(val pad: Pad, val `type`: String) extends PadConte ...@@ -202,7 +202,6 @@ class ContentPlayerPadContent(val pad: Pad, val `type`: String) extends PadConte
val mediaPlayer = new MediaPlayer(media) val mediaPlayer = new MediaPlayer(media)
mediaPlayer.setOnReady(() => { mediaPlayer.setOnReady(() => {
Logger.info(path)
getPad.setStatus(PadStatus.READY) getPad.setStatus(PadStatus.READY)
_durationProperty.bind(totalDurationBinding()) _durationProperty.bind(totalDurationBinding())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment