Skip to content

Commit ec617d1

Browse files
authored
Removed End of file print
1 parent 291a071 commit ec617d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/evaluator/evaluator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ bool evl::Evaluator::evalFile(std::string file_name){
9292
}catch(evl::GenericException e){
9393
switch(e){
9494
case END_OF_FILE:
95-
std::cout << "End of file" << std::endl;
9695
f.closeFile();
9796
return true;
9897
break;

0 commit comments

Comments
 (0)