Removed test message from file-save
This commit is contained in:
parent
5fe122d53e
commit
787a0a35d4
1 changed files with 0 additions and 1 deletions
1
main.cpp
1
main.cpp
|
@ -35,7 +35,6 @@ bool save(string filename) {
|
|||
return 1;
|
||||
for(string line : file)
|
||||
outfile << line << std::endl;
|
||||
outfile << "brambus chungus";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue