remove debug messages
This commit is contained in:
parent
d740f82f7d
commit
5dc913d73a
|
|
@ -185,9 +185,10 @@ void cm_degmon(ARGS) /* structure holding parms,
|
|||
STATIC_VAR(prevtime) = (double *) malloc(sizeof(double));
|
||||
prevtime = (double *) STATIC_VAR(prevtime);
|
||||
*prevtime = 0.;
|
||||
/*
|
||||
cm_message_send(INSTNAME);
|
||||
cm_message_send(INSTMODNAME);
|
||||
|
||||
*/
|
||||
}
|
||||
else {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue