Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jan 19, 2024
1 parent 689dc77 commit 658de1a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ export class BPMNPropertyPanel extends AbstractUIExtension implements IDiagramSt

// now if we have an element we show the panel..
if (_id) {
console.log('we are in and update the proeprt ypanel');
// did we have a change?
// set new selectionId
this.selectedElementId = _id;
Expand Down Expand Up @@ -342,7 +341,6 @@ export class BPMNPropertyPanel extends AbstractUIExtension implements IDiagramSt
* @param _elementID
*/
updatePropertyPanel(_elementID: string): void {
console.log('...bin in updatePropertyPanel');
// return if we do not yet have a body DIV.
if (!this.bodyDiv) {
return;
Expand Down

0 comments on commit 658de1a

Please sign in to comment.