Skip to content
Snippets Groups Projects
Commit c1373226 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

oops: forgot to remove PARSER_XXX messages

parent 17362fb8
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.22 2002-09-24 02:04:33 geuzaine Exp $ // $Id: Main.cpp,v 1.23 2002-09-25 23:46:37 geuzaine Exp $
// //
// Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -202,20 +202,6 @@ void Msg(int level, char *fmt, ...){ ...@@ -202,20 +202,6 @@ void Msg(int level, char *fmt, ...){
} }
break; break;
case PARSER_ERROR :
if(ParUtil::Instance()->master()){
fprintf(stderr, PARSER_ERROR_STR);
vfprintf(stderr, fmt, args); fprintf(stderr, "\n");
}
break ;
case PARSER_INFO :
if(CTX.verbosity >= 2 && ParUtil::Instance()->master()){
fprintf(stderr, PARSER_INFO_STR);
vfprintf(stderr, fmt, args); fprintf(stderr, "\n");
}
break ;
case DEBUG : case DEBUG :
case DEBUG1 : case DEBUG1 :
case DEBUG2 : case DEBUG2 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment