Skip to content

Commit

Permalink
fix(links): delete console
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Jun 12, 2020
1 parent d149d3c commit 7e10383
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gantt/src/components/links/links.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export class GanttLinksComponent implements OnInit, OnDestroy {
}

buildLinks() {
console.log(1);
this.computeItemPosition();
this.links = [];
this.linkItems.forEach((source) => {
Expand Down

0 comments on commit 7e10383

Please sign in to comment.