commenting out test data

This commit is contained in:
csawatzky 2026-04-22 09:13:30 -06:00
parent f548559a23
commit d33c7505d2

View file

@ -41,10 +41,10 @@ export function BuildNodeData(cables: CableData[]): NodeData[] {
let t = celcius let t = celcius
//this is for testing to force a single node to a specific temp //this is for testing to force a single node to a specific temp
// if (i === 0) { // if (i === 0) {
// t = 30 // t = -10
// } // }
// if (i === 1) { // if (i === 1) {
// t = -30 // t = 30
// } // }