1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-31 16:21:23 +00:00

fixup, removed debug_init_sag from write_edgelist

This commit is contained in:
Zeno Rogue
2025-12-04 23:34:44 +01:00
parent f8f5959029
commit 58d944c2e1

View File

@@ -60,7 +60,6 @@ void read_edgelist(const string& fname) {
}
void write_edgelist(const string &fname) {
DEBBI(debug_init_sag, ("Writing edgelist to: ", fname));
FILE *f = fopen(fname.c_str(), "wt");
if(!f) return file_error(fname);
for(auto& e: edgeinfos) {