Skip to content

Commit

Permalink
rm commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aXimilian committed Nov 9, 2024
1 parent c0b4116 commit 8b3316c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CZICheck/CZICheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,15 @@ int main(int argc, char** argv)
switch (result)
{
case IResultGatherer::AggregatedResult::OK:
// log->WriteStdOut("\n\nResult: OK\n");
return_code = 0;
break;
case IResultGatherer::AggregatedResult::WithWarnings:
// log->WriteStdOut("\n\nResult: With Warnings\n");
return_code = 1;
break;
case IResultGatherer::AggregatedResult::ErrorsDetected:
// log->WriteStdOut("\n\nResult: Errors Detected\n");
return_code = 2;
break;
default:
// log->WriteStdOut("\n\nResult: something unexpected happened\n");
return_code = 3;
break;
}
Expand Down

0 comments on commit 8b3316c

Please sign in to comment.