svoid cdeleteVerbose(Concept c) { if (c == null) ret; print("Deleting " + c); deleteConcept(c); }