Commit f1fee7a5 authored by Grandschtroumpf's avatar Grandschtroumpf

remove console.log

parent 8c851af9
...@@ -10,7 +10,6 @@ export class FramingService { ...@@ -10,7 +10,6 @@ export class FramingService {
start () { start () {
this.sidePanel.events.on('toggle', () => { this.sidePanel.events.on('toggle', () => {
console.log('Toggled')
this.resizeFeature.panel1.clientWidth !== 0 ? this.resizeFeature.minimize() : this.resizeFeature.maximise() this.resizeFeature.panel1.clientWidth !== 0 ? this.resizeFeature.minimize() : this.resizeFeature.maximise()
}) })
this.sidePanel.events.on('showing', () => { this.sidePanel.events.on('showing', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment