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:
parent
debf320428
commit
cccc45e046
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue