Skip to content

Commit 0db8598

Browse files
committed
feat(ZMS-3503): removed console.log and unesscessy function
1 parent 2c41030 commit 0db8598

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zmsadmin/js/block/emergency/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ class View extends BaseView {
99

1010
constructor (element, options) {
1111
super(element)
12-
console.log("Options received:", options);
1312
this.includeUrl = options.includeurl
1413
this.returnTarget = options.returnTarget
1514
this.workstationName = ""+options.workstationname
1615
this.scope = options.scope
17-
console.log("Scope received:", this.scope);
1816
this.data = Object.assign({}, deepGet(this, ['scope', 'status', 'emergency']))
1917
this.minimized = false
2018
this.refreshTimer = null

0 commit comments

Comments
 (0)