remove temporary debug messages

This commit is contained in:
zimoch
2011-12-09 17:34:10 +00:00
parent 3eb1470713
commit be5b0f2a17
-3
View File
@@ -376,7 +376,6 @@ epicsShareFunc long
/* For : operator, also push COND_END code to stack */
if (pel->name[0] == ':') {
if (--cond_count < 0) {
fprintf(stderr, "postfix: ':' without '?'\n");
*perror = CALC_ERR_CONDITIONAL;
goto bad;
}
@@ -408,7 +407,6 @@ epicsShareFunc long
/*
* if (cond_count != 0) {
* fprintf(stderr, "postfix: unbalanced '?:' at ';'\n");
* *perror = CALC_ERR_CONDITIONAL;
* goto bad;
* }
@@ -458,7 +456,6 @@ epicsShareFunc long
/*
* if (cond_count != 0) {
* fprintf(stderr, "postfix: unbalanced '?:' at end of CALC\n");
* *perror = CALC_ERR_CONDITIONAL;
* goto bad;
* }