Skip to content

Commit

Permalink
test(draw): cleanup left over log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 1, 2024
1 parent 36c610e commit 7091520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/draw/BpmnRendererSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ describe('draw - bpmn renderer', function() {
var svg = canvas._svg,
markerPath = svg.querySelector(`[data-element-id="${id}"] marker path`);

console.log(id, markerPath);
expect(markerPath).to.exist;

stroke && expect(markerPath.style.stroke).to.eql(stroke);
Expand Down

0 comments on commit 7091520

Please sign in to comment.