Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Dec 15, 2024
1 parent e5f8d4b commit 203699e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 2024/14p1.odin
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import "core:fmt"
import "core:log"
import "core:strconv"
import "core:strings"

Expand Down Expand Up @@ -51,7 +50,6 @@ calculate_safety_factor :: proc(lines: []string, bounds: vec2) -> int {
}
}

log.info(quadrants)
return quadrants[0] * quadrants[1] * quadrants[2] * quadrants[3]
}

Expand Down

0 comments on commit 203699e

Please sign in to comment.