删除test提示。

This commit is contained in:
tengge1 2019-03-30 20:50:45 +08:00
parent b98db2c4b8
commit a7cf0e41f2

View File

@ -112,8 +112,6 @@ SceneMenu.prototype.createEmptyScene = function () {
// --------------------------- 新建GIS场景 -------------------------------------
SceneMenu.prototype.createGISScene = function () {
UI.msg('test');
if (this.gis === undefined) {
this.gis = new GISScene(this.app);
}