1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove comment

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-09-24 09:06:17 +02:00 committed by Niklas Eiling
parent debf320428
commit cccc45e046

View file

@ -360,7 +360,6 @@ void write_to_file(std::string data, const std::filesystem::path file) {
std::ofstream outputFile(file.u8string());
if (outputFile.is_open()) {
// Write to file
outputFile << data;
outputFile.close();
} else {