disable panel

I do not want a panel to show up when I click it with information about clicked item, how do I prevent it from showing?

Try this,

var viewer = new Cesium.Viewer(div, {

selectionIndicator : false,

infoBox : false

});