Skip to content

Commit

Permalink
clear comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoren committed Oct 25, 2023
1 parent 0e9d548 commit 6954215
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions heat-stack/app/components/CaseSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,3 @@ export function CaseSummary() {
</div>
)
}

// export function CaseSummary() {
// }

// return (
// <div>
// {/* <span>time/temp first item: {time}/{temp}</span> */}
// <h1>Winnie Carroll's Case Summary</h1>
// <h3>179 Broadway, Somerville, MA 02145, United States</h3>
// <ul>
// <li>Summary of heat load analysis outputs</li>
// <ul>
// <li>Avg heat load at design temp: 58,582 BTU/h</li>
// <li>Average indoor temperature, Ti: 60.0 F</li>
// <li>Standard deviation of UA: 5.08%</li>
// </ul>
// <br />
// <ul>
// <li>Max heat load at design temp: 69,783 BTU/h</li>
// <li>Design temperature: 8.4 F</li>
// <li>Whole-home UA: 1057 BTU/h-F</li>
// </ul>
// </ul>
// </div>
// )
// }

0 comments on commit 6954215

Please sign in to comment.