Skip to content

Commit

Permalink
fix: delete console
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Jul 1, 2021
1 parent 6c6de0a commit ebe8ef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gantt/src/class/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class GanttItemInternal {
this.progress = this.origin.progress;
// fill one month when start or end is null
this.fillItemStartOrEnd(item);
console.log(item);
}

fillItemStartOrEnd(item: GanttItem) {
Expand Down

0 comments on commit ebe8ef8

Please sign in to comment.