Skip to content

Commit

Permalink
Merge pull request #160 from boostcampwm-2024/be/fix/chart11
Browse files Browse the repository at this point in the history
[BE/fix] 콘솔 로그 제거
  • Loading branch information
HBLEEEEE authored Dec 3, 2024
2 parents b33a92d + 095408f commit bb6c6c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/backend/src/chart/chart.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ export class ChartService implements OnModuleInit {
cropData = `H${cropId}`;
name = `H${cropId} name`;
const hChart = new this.chartModel({ cropData, column, name });
const res = await hChart.save();
console.log(res);
await hChart.save();
}
}

Expand Down

0 comments on commit bb6c6c4

Please sign in to comment.