mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-14 02:12:05 +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