Skip to content

Commit

Permalink
remove extra console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Dec 22, 2023
1 parent 9b3bceb commit 6d3b7d2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export function ScenarioDelineationDetailResults({ data }) {
}
}

console.log("wide delin results", delinLoadResultWide);

if (delinLoadResultWide.length > 0) {
delinLoadResultWide.forEach((r) => {
prepLoadData(r);
Expand Down

0 comments on commit 6d3b7d2

Please sign in to comment.