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

Cleanup logging output

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