Skip to content

Commit

Permalink
oops forgot to remove debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
adafcaefc committed Dec 5, 2024
1 parent b08f50b commit 01b5538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geome3Dash/src/LevelDataManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ namespace g3d
nlohmann::json jsonData = data;
std::string jsonMsg = jsonData.dump();
msgLevelEncode(layer, jsonMsg);
std::ofstream out("g3d.out.json");
out << jsonMsg;
//std::ofstream out("g3d.out.json");
//out << jsonMsg;
}

LevelData LevelData::getDefault()
Expand Down

0 comments on commit 01b5538

Please sign in to comment.