mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
removed temp debugs
This commit is contained in:
@@ -196,16 +196,11 @@ void purge_strplist(Strp *sp)
|
||||
{
|
||||
Strp *nxt;
|
||||
|
||||
debug("do...\n");
|
||||
while(sp)
|
||||
{
|
||||
debug("nxt =...\n");
|
||||
nxt = sp->next;
|
||||
debug("free...\n");
|
||||
Free((char**)&sp);
|
||||
debug("sp = nx\n");
|
||||
sp = nxt;
|
||||
debug("while..\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user