Skip to content

Commit fa6627a

Browse files
remove comment
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
1 parent 29f2698 commit fa6627a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/lib/utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ void write_to_file(std::string data, const std::filesystem::path file) {
360360
std::ofstream outputFile(file.u8string());
361361

362362
if (outputFile.is_open()) {
363-
// Write to file
364363
outputFile << data;
365364
outputFile.close();
366365
} else {

0 commit comments

Comments
 (0)