Skip to content

Commit

Permalink
No need for console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
oleanders committed Dec 22, 2023
1 parent 9d5c673 commit 4eb19ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/app/views/model/model.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ export class ModelComponent implements OnInit, AfterViewInit, OnDestroy {
nodeEnter
// MouseOver
.on('mouseover', (event, c: EANode) => {
console.log(c);
if (c instanceof Classification) {
[].forEach.call(document.querySelectorAll('.source_' + c.xmiId), elm => {
this.addClasses(elm, ['over', 'source']);
Expand Down

0 comments on commit 4eb19ed

Please sign in to comment.