Skip to content

Commit

Permalink
remove the debug output from associate.m
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Jan 22, 2018
1 parent 3d5994e commit d813c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion associate.m
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ static void deallocHiddenClass(id obj, SEL _cmd)
DESTROY_LOCK(&list->lock);
cleanupReferenceList(list);
freeReferenceList(list->next);
fprintf(stderr, "Deallocating dtable %p\n", hiddenClass->dtable);
free_dtable(hiddenClass->dtable);
// We shouldn't have any subclasses left at this point
assert(hiddenClass->subclass_list == 0);
Expand Down

0 comments on commit d813c8e

Please sign in to comment.