how to remove the system time displayed when a video is paused

when I pause a video, the system time is shown on the right side. Is there any way to hide that time from being displayed?

videoNode = m.top.findNode(“video”)
groupNode = videoNode.getChild(1)
groupNode.getChild(11).visible = false