Skip to content

Commit 7a81836

Browse files
committed
chore(shared): 🔨 updated
1 parent c457b21 commit 7a81836

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/shared/extends/materials/MaterialExtend.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @Date: 2023-08-18 00:56:13
44
* @Description: Do not edit
55
* @LastEditors: zouyaoji 370681295@qq.com
6-
* @LastEditTime: 2023-10-31 22:33:58
6+
* @LastEditTime: 2023-12-06 15:54:24
77
* @FilePath: \vue-cesium\packages\shared\extends\materials\MaterialExtend.ts
88
*/
99

@@ -12,7 +12,6 @@ import { VcCircleWaveMaterial, VcLineFlowMaterial } from '@vue-cesium/shared/sha
1212
let isExtended = false
1313
export default class MaterialExtend {
1414
static extend(viewer: Cesium.Viewer) {
15-
console.log('asdf', viewer)
1615
if (isExtended) {
1716
return
1817
}

0 commit comments

Comments
 (0)