- Removed some obsolete commenting.

This commit is contained in:
ccremers 2004-08-12 12:03:20 +00:00
parent 7df10cf568
commit 2005aa929e

View File

@ -594,11 +594,13 @@ roleInstance (const System sys, const Protocol protocol, const Role role,
fromlist = termlistAdd (fromlist, oldt);
tolist = termlistAdd (tolist, newt);
/*
eprintf ("Created for run %i: ", rid);
termPrint (oldt);
eprintf (" -> ");
termPrint (newt);
eprintf ("\n");
*/
scanfrom = scanfrom->next;
}
@ -696,14 +698,6 @@ roleInstanceDestroy (const System sys)
Termlist artefacts;
// Remove artefacts
artefacts = myrun.artefacts;
while (artefacts != NULL)
{
eprintf ("Artefact term to delete: ");
termPrint (artefacts->term);
eprintf ("\n");
artefacts = artefacts->next;
}
artefacts = myrun.artefacts;
while (artefacts != NULL)
{
memFree (artefacts->term, sizeof (struct term));