mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 23:35:59 +00:00
removed some obsolete debug printfs
This commit is contained in:
@@ -235,8 +235,6 @@ dexp_data dexp(hyperpoint p, hyperpoint t) {
|
||||
|
||||
transmatrix T = build_matrix(coord_derivative(p, 0), coord_derivative(p, 1), Hypc, C03);
|
||||
|
||||
// printf("Tt = %lf\n", hypot_d(3, T * t));
|
||||
|
||||
p += t * eps;
|
||||
|
||||
if(!is_inbound(p) || surface_branch(p) != b)
|
||||
|
Reference in New Issue
Block a user