Skip to content

Commit

Permalink
Removed debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
green726 committed Nov 19, 2024
1 parent 9e4675e commit c749e73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/material/Walker.re
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,6 @@ let read_warmed_walked = () => {
};

let read_warmed_enter = () => {
print_endline("hahahaha");
print_endline(String.sub(PrecompiledFiles._enter_r_map(), 0, 10));
print_endline(String.sub(PrecompiledFiles._enter_l_map(), 0, 10));

();
// let _warmed_entered_r = [%blob "precompiled/enter_r_map.txt"];
// let _warmed_entered_l = [%blob "precompiled/enter_l_map.txt"];
Expand Down

0 comments on commit c749e73

Please sign in to comment.