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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user