mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 05:57:37 +00:00
removed some obsolete debug printfs
This commit is contained in:
@@ -332,7 +332,6 @@ void archimedean_tiling::compute_geometry() {
|
||||
for(auto& ts: triangles) {
|
||||
ld total = 0;
|
||||
for(auto& t: ts) tie(t.first, total) = make_pair(total, total + t.first);
|
||||
// printf("total = %lf\n", double(total));
|
||||
}
|
||||
|
||||
if(debugflags & DF_GEOM) for(auto& ts: triangles) {
|
||||
|
Reference in New Issue
Block a user