How can I remove the Cesium watch from the view?

Hi. I need to remove the Cesium watch. I don’t need it. How can i do it?
Thanks!

When you create the Cesium.Viewer you can set the timeline option to false.

Willem

You’ll probably also need to set animation to false. You can see a full list of options the viewer takes in the documentation: http://cesiumjs.org/Cesium/Build/Documentation/Viewer.htm

-Hannah