Removed test message from file-save

This commit is contained in:
Matúš Púll 2025-03-13 17:03:47 +01:00
parent 5fe122d53e
commit 787a0a35d4

View file

@ -35,7 +35,6 @@ bool save(string filename) {
return 1;
for(string line : file)
outfile << line << std::endl;
outfile << "brambus chungus";
return 0;
}