Skip to content

Commit

Permalink
feat(ZMS-3503): removed console.log and unesscessy function
Browse files Browse the repository at this point in the history
  • Loading branch information
msfb3 committed Jan 30, 2025
1 parent 2c41030 commit 0db8598
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zmsadmin/js/block/emergency/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ class View extends BaseView {

constructor (element, options) {
super(element)
console.log("Options received:", options);
this.includeUrl = options.includeurl
this.returnTarget = options.returnTarget
this.workstationName = ""+options.workstationname
this.scope = options.scope
console.log("Scope received:", this.scope);
this.data = Object.assign({}, deepGet(this, ['scope', 'status', 'emergency']))
this.minimized = false
this.refreshTimer = null
Expand Down

0 comments on commit 0db8598

Please sign in to comment.